]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nopartmsg.cpp
Rename quietban to muteban, change character to +b m:, this way it fits with cmode...
[user/henk/code/inspircd.git] / src / modules / m_nopartmsg.cpp
index 46b79b51f09523ce741877d6fcf6a004507bd5ca..19d2206d97dfe0ece7c00f7ba515bf317af6ac67 100644 (file)
@@ -35,7 +35,7 @@ class ModulePartMsgBan : public Module
        }
 
 
-    virtual void OnUserPart(User* user, Channel* channel, std::string &partmessage, bool &silent)
+       virtual void OnUserPart(User* user, Channel* channel, std::string &partmessage, bool &silent)
        {
                if (!IS_LOCAL(user))
                        return;