]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modes/cmode_i.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modes / cmode_i.cpp
index 60183b001186065122fa5ffd9024371ab8342137..ac9245d62775e319f836ed94eba762eef18135ab 100644 (file)
@@ -17,7 +17,7 @@
 #include "users.h"
 #include "modes/cmode_i.h"
 
-ModeChannelInviteOnly::ModeChannelInviteOnly(InspIRCd* Instance) : SimpleChannelModeHandler(Instance, NULL, 'i')
+ModeChannelInviteOnly::ModeChannelInviteOnly() : SimpleChannelModeHandler(NULL, 'i')
 {
 }