]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_p.h
Wheee, mass commit! this adds const stafety, throwing a compile error if anyone does...
[user/henk/code/inspircd.git] / include / modes / cmode_p.h
index ebe612c01d8d84b858a2fb148d59c5fc3ddad173..ac564d73495a23e98a2a865e08ff591debc9a028 100644 (file)
@@ -21,5 +21,5 @@ class ModeChannelPrivate : public ModeHandler
 {
  public:
        ModeChannelPrivate(InspIRCd* Instance);
-       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
+       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding, bool servermode);
 };