]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_classban.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_classban.cpp
index f781209cb5b890c5bdfab5ae6e4a82bdcbd10755..824119c5e232ca952faf9259cf17130a94efe8ae 100644 (file)
@@ -41,7 +41,7 @@ class ModuleClassBan : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides extban 'n', connection class bans", VF_VENDOR | VF_OPTCOMMON);
+               return Version("Adds the n extended ban which check whether users are in a connect class matching the specified glob pattern.", VF_VENDOR | VF_OPTCOMMON);
        }
 };