]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_classban.cpp
Update the module descriptions.
[user/henk/code/inspircd.git] / src / modules / m_classban.cpp
index 824119c5e232ca952faf9259cf17130a94efe8ae..f6967f51f03a15a17ab1bc04c43029954f5467ee 100644 (file)
@@ -41,7 +41,7 @@ class ModuleClassBan : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               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);
+               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);
        }
 };