]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_o.h
Add a metric assload of TRANSLATE macros to modules.
[user/henk/code/inspircd.git] / include / modes / cmode_o.h
index 3fe097ec3aa8bd4c2518d0b0524084ae2d15aa09..c86fb4586d4c66e98c64328aa4d2a8c389719452 100644 (file)
@@ -1,3 +1,16 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
+ *
+ * This program is free but copyrighted software; see
+ *            the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
+
 #include "mode.h"
 #include "channels.h"
 
@@ -15,5 +28,7 @@ class ModeChannelOp : public ModeHandler
        std::string DelOp(userrec *user,const char *dest,chanrec *chan,int status);
        ModePair ModeSet(userrec* source, userrec* dest, chanrec* channel, const std::string &parameter);
        unsigned int GetPrefixRank();
+       void RemoveMode(chanrec* channel);
+       void RemoveMode(userrec* user);
 };