]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_p.h
Less CoreExport.. Too much of a good thing..
[user/henk/code/inspircd.git] / include / modes / cmode_p.h
index 87ffca4cbcb28f91276b5ecb143a90b5dc3f0b0d..64a4c0b3f0f5e74e0a11bcb536d333e826f43e62 100644 (file)
@@ -1,8 +1,24 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  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.
+ *
+ * ---------------------------------------------------
+ */
+
 #include "mode.h"
 
-class ModeChannelPrivate : public ModeHandler
+class InspIRCd;
+
+/** Channel mode +p
+ */
+class ModeChannelPrivate : public SimpleChannelModeHandler
 {
  public:
        ModeChannelPrivate();
-       ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
 };