]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_conn_waitpong.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_conn_waitpong.cpp
index 42e82088a5a8b8c13201a941a795674aa14aa916..c7140362187b51f85b356fc412ecb0d67d70fd3e 100644 (file)
@@ -90,7 +90,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);
        }
 };