diff options
Diffstat (limited to 'include/modes/cmode_h.h')
-rw-r--r-- | include/modes/cmode_h.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/modes/cmode_h.h b/include/modes/cmode_h.h index cd6d260f4..dd188626c 100644 --- a/include/modes/cmode_h.h +++ b/include/modes/cmode_h.h @@ -24,8 +24,6 @@ class ModeChannelHalfOp : public ModeHandler public: ModeChannelHalfOp(InspIRCd* Instance); ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding); - std::string AddHalfOp(User *user,const char *dest,Channel *chan,int status); - std::string DelHalfOp(User *user,const char *dest,Channel *chan,int status); ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string ¶meter); unsigned int GetPrefixRank(); void RemoveMode(Channel* channel, irc::modestacker* stack = NULL); |