]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_conn_waitpong.cpp
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / modules / m_conn_waitpong.cpp
index 42e82088a5a8b8c13201a941a795674aa14aa916..df04405d8d27c42ceacf93330311ae09179454f4 100644 (file)
@@ -8,6 +8,7 @@
  *   Copyright (C) 2008 Robin Burchell <robin+git@viroteck.net>
  *   Copyright (C) 2007 Dennis Friis <peavey@inspircd.org>
  *   Copyright (C) 2006, 2010 Craig Edwards <brain@inspircd.org>
+ *   Copyright (C) 2006 Oliver Lupton <om@inspircd.org>
  *
  * 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);
        }
 };