summaryrefslogtreecommitdiff
path: root/include/modes/cmode_o.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes/cmode_o.h')
-rw-r--r--include/modes/cmode_o.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/modes/cmode_o.h b/include/modes/cmode_o.h
index f0b3154e2..60772eb5f 100644
--- a/include/modes/cmode_o.h
+++ b/include/modes/cmode_o.h
@@ -24,8 +24,6 @@ class ModeChannelOp : public ModeHandler
public:
ModeChannelOp(InspIRCd* Instance);
ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
- std::string AddOp(User *user,const char *dest,Channel *chan,int status);
- std::string DelOp(User *user,const char *dest,Channel *chan,int status);
ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string &parameter);
unsigned int GetPrefixRank();
void RemoveMode(Channel* channel, irc::modestacker* stack = NULL);