X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_conn_waitpong.cpp;h=df04405d8d27c42ceacf93330311ae09179454f4;hb=HEAD;hp=42e82088a5a8b8c13201a941a795674aa14aa916;hpb=aa692dc1039b63deef7886e914ec499abe7facaf;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_conn_waitpong.cpp b/src/modules/m_conn_waitpong.cpp index 42e82088a..df04405d8 100644 --- a/src/modules/m_conn_waitpong.cpp +++ b/src/modules/m_conn_waitpong.cpp @@ -8,6 +8,7 @@ * Copyright (C) 2008 Robin Burchell * Copyright (C) 2007 Dennis Friis * Copyright (C) 2006, 2010 Craig Edwards + * Copyright (C) 2006 Oliver Lupton * * This file is part of InspIRCd. InspIRCd is free software: you can * redistribute it and/or modify it under the terms of the GNU General Public @@ -90,7 +91,7 @@ class ModuleWaitPong : public Module Version GetVersion() CXX11_OVERRIDE { - return Version("Require pong prior to registration", VF_VENDOR); + return Version("Requires all clients to respond to a PING request before they can fully connect.", VF_VENDOR); } };