]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_v.h
Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Module...
[user/henk/code/inspircd.git] / include / modes / cmode_v.h
index f66761809241811e07daf64999a5ab8af82151fd..4e699fe9d971585ff70db14425fe4b2a18a1f4bb 100644 (file)
@@ -28,7 +28,7 @@ class ModeChannelVoice : public ModeHandler
        std::string DelVoice(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(User* user);
-       void RemoveMode(Channel* channel);
+       void RemoveMode(User* user, irc::modestacker* stack = NULL);
+       void RemoveMode(Channel* channel, irc::modestacker* stack = NULL);
 };