]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_m.h
Less CoreExport.. Too much of a good thing..
[user/henk/code/inspircd.git] / include / modes / cmode_m.h
index 6623014de83640819b85aaf673b36304d1e18939..c36e283559fa39dc50518827a396cf627f03395c 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.
@@ -20,5 +20,5 @@ class InspIRCd;
 class ModeChannelModerated : public SimpleChannelModeHandler
 {
  public:
-       ModeChannelModerated(InspIRCd* Instance);
+       ModeChannelModerated();
 };