]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_s.h
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / include / modes / cmode_s.h
index e8ddc26140ea513dbeca3effbe7c3e9cc5ce5b1c..2f03371272f95df19a71a9d8d1c30f2403ca789b 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  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.
@@ -17,9 +17,8 @@ class InspIRCd;
 
 /** Channel mode +s
  */
-class ModeChannelSecret : public ModeHandler
+class ModeChannelSecret : public SimpleChannelModeHandler
 {
  public:
-       ModeChannelSecret(InspIRCd* Instance);
-       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
+       ModeChannelSecret();
 };