]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_p.h
Implement <options:prefixpart|suffixpart|fixedpart>
[user/henk/code/inspircd.git] / include / modes / cmode_p.h
index 08c355a2c417834c57a2e64ada0bdfe08eca50cb..d2a67f975ff42795fa0fa8da1e142350f4362a19 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"
 
 class InspIRCd;
@@ -8,5 +21,5 @@ class ModeChannelPrivate : public ModeHandler
 {
  public:
        ModeChannelPrivate(InspIRCd* Instance);
-       ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
+       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
 };