summaryrefslogtreecommitdiff
path: root/include/modes/cmode_b.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes/cmode_b.h')
-rw-r--r--include/modes/cmode_b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes/cmode_b.h b/include/modes/cmode_b.h
index 3e4683840..0fdbaee3b 100644
--- a/include/modes/cmode_b.h
+++ b/include/modes/cmode_b.h
@@ -23,7 +23,7 @@ class ModeChannelBan : public ModeHandler
private:
BanItem b;
public:
- ModeChannelBan(InspIRCd* Instance);
+ ModeChannelBan();
ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
std::string& AddBan(User *user,std::string& dest,Channel *chan,int status);
std::string& DelBan(User *user,std::string& dest,Channel *chan,int status);