]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_o.h
Wheee, mass commit! this adds const stafety, throwing a compile error if anyone does...
[user/henk/code/inspircd.git] / include / modes / cmode_o.h
index cc0b295db29496ea3ad6417a429aafcf3c799de5..f78ac8eb0d4aa0653ca3c3fc691f7093e23bfb04 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -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);