]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_lockserv.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_lockserv.cpp
index 1324f0be78afbd877a0561a66d7f86c586c05616..b50ca24c0030455ba1c8256e39ebd14429c5d138 100644 (file)
@@ -128,7 +128,7 @@ class ModuleLockserv : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the LOCKSERV and UNLOCKSERV commands to lock the server and block all incoming connections until unlocked again", VF_VENDOR);
+               return Version("Adds the /LOCKSERV and /UNLOCKSERV commands which allows server operators to control whether users can connect to the local server.", VF_VENDOR);
        }
 };