]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/cmode_i.cpp
Run configure -update on all svn/git changes
[user/henk/code/inspircd.git] / src / modes / cmode_i.cpp
index c66fb8cd43fc30da98e6f37bcbafca07e456335a..60183b001186065122fa5ffd9024371ab8342137 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.
@@ -17,7 +17,7 @@
 #include "users.h"
 #include "modes/cmode_i.h"
 
-ModeChannelInviteOnly::ModeChannelInviteOnly(InspIRCd* Instance) : SimpleChannelModeHandler(Instance, 'i')
+ModeChannelInviteOnly::ModeChannelInviteOnly(InspIRCd* Instance) : SimpleChannelModeHandler(Instance, NULL, 'i')
 {
 }