diff options
Diffstat (limited to 'include/modes/cmode_v.h')
-rw-r--r-- | include/modes/cmode_v.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/modes/cmode_v.h b/include/modes/cmode_v.h index 06a6ce5a5..26304d64d 100644 --- a/include/modes/cmode_v.h +++ b/include/modes/cmode_v.h @@ -24,8 +24,6 @@ class ModeChannelVoice : public ModeHandler public: ModeChannelVoice(InspIRCd* Instance); ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding); - std::string AddVoice(User *user,const char *dest,Channel *chan,int status); - std::string DelVoice(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(User* user, irc::modestacker* stack = NULL); |