]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_s.h
Wheee, mass commit! this adds const stafety, throwing a compile error if anyone does...
[user/henk/code/inspircd.git] / include / modes / cmode_s.h
index e8ddc26140ea513dbeca3effbe7c3e9cc5ce5b1c..a6b2054c550e7f6173af7bbd3ffbddf837cb3bdf 100644 (file)
@@ -21,5 +21,5 @@ class ModeChannelSecret : public ModeHandler
 {
  public:
        ModeChannelSecret(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);
 };