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