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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modes/cmode_b.h b/include/modes/cmode_b.h
index 0fdbaee3b..7e6139417 100644
--- a/include/modes/cmode_b.h
+++ b/include/modes/cmode_b.h
@@ -29,7 +29,6 @@ class ModeChannelBan : public ModeHandler
std::string& DelBan(User *user,std::string& dest,Channel *chan,int status);
void DisplayList(User* user, Channel* channel);
void DisplayEmptyList(User* user, Channel* channel);
- ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string &parameter);
void RemoveMode(User* user, irc::modestacker* stack = NULL);
void RemoveMode(Channel* channel, irc::modestacker* stack = NULL);
};