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