]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nopartmsg.cpp
Update the module descriptions.
[user/henk/code/inspircd.git] / src / modules / m_nopartmsg.cpp
index bd738a2da24b6bbe419888e7e546cd81d12133e6..d75ecc7b992d6252e675fdf506e9046d24f101cc 100644 (file)
@@ -30,7 +30,7 @@ class ModulePartMsgBan : public Module
  public:
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Adds the p: extended ban which blocks the part message of matching users.", VF_OPTCOMMON|VF_VENDOR);
+               return Version("Adds extended ban p: which blocks the part message of matching users.", VF_OPTCOMMON|VF_VENDOR);
        }
 
        void OnUserPart(Membership* memb, std::string &partmessage, CUList& excepts) CXX11_OVERRIDE