]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_p.h
m_dnsbl updates
[user/henk/code/inspircd.git] / include / modes / cmode_p.h
index 87ffca4cbcb28f91276b5ecb143a90b5dc3f0b0d..773e6c92209517ed16e53e8ca6d4a46cec7797cb 100644 (file)
@@ -1,8 +1,24 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  InspIRCd: (C) 2002-2010 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);
 };