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