]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/cmode_n.cpp
Update svn:ignore and .gitignore
[user/henk/code/inspircd.git] / src / modes / cmode_n.cpp
index e8ede5976e0acc9e216260fd6775d2d7c3eaeb12..4aac083e05128eb22eb40086258417bc0d5171c2 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,7 +17,7 @@
 #include "users.h"
 #include "modes/cmode_n.h"
 
-ModeChannelNoExternal::ModeChannelNoExternal(InspIRCd* Instance) : SimpleChannelModeHandler(Instance, 'n')
+ModeChannelNoExternal::ModeChannelNoExternal() : SimpleChannelModeHandler(NULL, 'n')
 {
 }