summaryrefslogtreecommitdiff
path: root/src/modes/cmode_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modes/cmode_i.cpp')
-rw-r--r--src/modes/cmode_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/cmode_i.cpp b/src/modes/cmode_i.cpp
index 60183b001..ac9245d62 100644
--- a/src/modes/cmode_i.cpp
+++ b/src/modes/cmode_i.cpp
@@ -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')
{
}