]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_s.h
Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO
[user/henk/code/inspircd.git] / include / modes / cmode_s.h
index b68829b2262247c02b5d2350fd1f63ac30839cdb..2f03371272f95df19a71a9d8d1c30f2403ca789b 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -20,5 +20,5 @@ class InspIRCd;
 class ModeChannelSecret : public SimpleChannelModeHandler
 {
  public:
-       ModeChannelSecret(InspIRCd* Instance);
+       ModeChannelSecret();
 };