]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_o.h
The bug we fixed for bug #506 may still occur in trunk if a module adjusts the nick...
[user/henk/code/inspircd.git] / include / modes / cmode_o.h
index ce107f6b850be01c7c29c0fcc6318c61ad4a050d..f78ac8eb0d4aa0653ca3c3fc691f7093e23bfb04 100644 (file)
@@ -23,7 +23,7 @@ class ModeChannelOp : public ModeHandler
  private:
  public:
        ModeChannelOp(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);
        std::string AddOp(User *user,const char *dest,Channel *chan,int status);
        std::string DelOp(User *user,const char *dest,Channel *chan,int status);
        ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string &parameter);