]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_s.h
Remove misleading byte counts from stats z
[user/henk/code/inspircd.git] / include / modes / cmode_s.h
index 9c36c4ff356ed867ce506db228f81f43c77b938d..7d428c9a9e2afa6bda5d746bce2a02662f6a2065 100644 (file)
@@ -1,12 +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 InspIRCd;
 
 /** Channel mode +s
  */
-class ModeChannelSecret : public ModeHandler
+class ModeChannelSecret : public SimpleChannelModeHandler
 {
  public:
        ModeChannelSecret(InspIRCd* Instance);
-       ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
 };