summaryrefslogtreecommitdiff
path: root/include/modes/cmode_l.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes/cmode_l.h')
-rw-r--r--include/modes/cmode_l.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes/cmode_l.h b/include/modes/cmode_l.h
index a2f1030a2..94313ec52 100644
--- a/include/modes/cmode_l.h
+++ b/include/modes/cmode_l.h
@@ -20,7 +20,7 @@ class InspIRCd;
class ModeChannelLimit : public ModeHandler
{
public:
- ModeChannelLimit(InspIRCd* Instance);
+ ModeChannelLimit();
ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string &parameter);
bool CheckTimeStamp(std::string &their_param, const std::string &our_param, Channel* channel);