]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nopartmsg.cpp
Only assign NewServices once the duplicate check is done.
[user/henk/code/inspircd.git] / src / modules / m_nopartmsg.cpp
index d44242aacefaf2837df175e046250b0ef927abe2..8bfba0cfe900d0fea69a931f5685c235c4f99297 100644 (file)
@@ -30,7 +30,7 @@ class ModulePartMsgBan : public Module
  public:
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides extban 'p', part message bans", VF_OPTCOMMON|VF_VENDOR);
+               return Version("Adds the p extended ban which blocks the part message of matching users.", VF_OPTCOMMON|VF_VENDOR);
        }
 
        void OnUserPart(Membership* memb, std::string &partmessage, CUList& excepts) CXX11_OVERRIDE