]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_conn_waitpong.cpp
Fix waitpong referring to registration timeouts as ping timeouts.
[user/henk/code/inspircd.git] / src / modules / m_conn_waitpong.cpp
index f2e9590c81ece0598613f0c73e28360d5cf0d2df..d2de63b3f353d076bdad008b4279182d451ad2f2 100644 (file)
@@ -52,7 +52,7 @@ class ModuleWaitPong : public Module
                }
 
                if(sendsnotice)
-                       user->WriteNotice("*** If you are having problems connecting due to ping timeouts, please type /quote PONG " + pingrpl + " or /raw PONG " + pingrpl + " now.");
+                       user->WriteNotice("*** If you are having problems connecting due to registration timeouts type /quote PONG " + pingrpl + " or /raw PONG " + pingrpl + " now.");
 
                ext.set(user, pingrpl);
                return MOD_RES_PASSTHRU;