]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_classban.cpp
Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.
[user/henk/code/inspircd.git] / src / modules / m_classban.cpp
index b2cbb1e597d75cc2054a7698ad828c722710bb8f..a43a256ec47523c5c9c05d5c61b36675737e048d 100644 (file)
@@ -55,7 +55,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 extended ban n: which check whether users are in a connect class matching the specified glob pattern.", VF_VENDOR | VF_OPTCOMMON);
        }
 };