]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_lockserv.cpp
Some more text fixes and improvements (#1618).
[user/henk/code/inspircd.git] / src / modules / m_lockserv.cpp
index 2db01b99ae2966ec75d13c887bd84f26a9cb2e64..5d049423d06b51133ef3aa696316de331e2a9c02 100644 (file)
@@ -123,7 +123,7 @@ class ModuleLockserv : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Allows locking of the server to stop all incoming connections until unlocked again", VF_VENDOR);
+               return Version("Provides the LOCKSERV and UNLOCKSERV commands to lock the server and block all incoming connections until unlocked again", VF_VENDOR);
        }
 };