]> 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 981bddfafd974907e4d1fba6a2e5263536ea0ade..7d428c9a9e2afa6bda5d746bce2a02662f6a2065 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 ModeChannelSecret : public ModeHandler
+class InspIRCd;
+
+/** Channel mode +s
+ */
+class ModeChannelSecret : public SimpleChannelModeHandler
 {
  public:
-       ModeChannelSecret();
-       ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
+       ModeChannelSecret(InspIRCd* Instance);
 };