]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nopartmsg.cpp
Some more text fixes and improvements (#1618).
[user/henk/code/inspircd.git] / src / modules / m_nopartmsg.cpp
index 7aeb669200c38f5626fb60612a6fa2db605b4816..2247226954bfeb1e51b93045d450830c15b75875 100644 (file)
@@ -24,7 +24,7 @@ class ModulePartMsgBan : public Module
  public:
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Implements extban +b p: - part message bans", VF_OPTCOMMON|VF_VENDOR);
+               return Version("Provides extban 'p', part message bans", VF_OPTCOMMON|VF_VENDOR);
        }
 
        void OnUserPart(Membership* memb, std::string &partmessage, CUList& excepts) CXX11_OVERRIDE