]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nonicks.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_nonicks.cpp
index 24eaff360549a6f8c046362304a4bf5c69352fb9..e12101ebca68437e0d005cc1135b45a23c1851f4 100644 (file)
@@ -41,7 +41,7 @@ class ModuleNoNickChange : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides channel mode +N and extban 'N' which prevents nick changes on the channel", VF_VENDOR);
+               return Version("Adds channel mode N (nonick) which prevents users from changing their nickname whilst in the channel.", VF_VENDOR);
        }
 
        void On005Numeric(std::map<std::string, std::string>& tokens) CXX11_OVERRIDE