]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_o.h
Update all wiki links to point to the new wiki. This was done automatically with...
[user/henk/code/inspircd.git] / include / modes / cmode_o.h
index f78ac8eb0d4aa0653ca3c3fc691f7093e23bfb04..9063d2e3cbe40bf28c173d48e19107f496e561a9 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -28,7 +28,7 @@ class ModeChannelOp : public ModeHandler
        std::string DelOp(User *user,const char *dest,Channel *chan,int status);
        ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string &parameter);
        unsigned int GetPrefixRank();
-       void RemoveMode(Channel* channel);
-       void RemoveMode(User* user);
+       void RemoveMode(Channel* channel, irc::modestacker* stack = NULL);
+       void RemoveMode(User* user, irc::modestacker* stack = NULL);
 };