]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nokicks.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_nokicks.cpp
index 3d4bb1ae84b7fc83b6fa3d2fa97e701c8c88bcd7..9299254b24017acd17f3766d1be884cabc5f389e 100644 (file)
@@ -57,7 +57,7 @@ class ModuleNoKicks : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides channel mode +Q to prevent kicks on the channel", VF_VENDOR);
+               return Version("Adds channel mode Q (nokick) which prevents privileged users from using the /KICK command.", VF_VENDOR);
        }
 };