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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modes/cmode_l.h b/include/modes/cmode_l.h
index d83c4f1cf..dc93396d7 100644
--- a/include/modes/cmode_l.h
+++ b/include/modes/cmode_l.h
@@ -22,6 +22,5 @@ class ModeChannelLimit : public ModeHandler
public:
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 ResolveModeConflict(std::string &their_param, const std::string &our_param, Channel* channel);
};