]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_h.h
Add VC9 projects. I cant maintain these, i will be reliant on patches from other...
[user/henk/code/inspircd.git] / include / modes / cmode_h.h
index c8ea793c058abd418a435d4f9cb3ef1a70d39b8c..9c72a14316d9839e88f29bbce3c3b0058e4b3912 100644 (file)
@@ -28,7 +28,7 @@ class ModeChannelHalfOp : public ModeHandler
        std::string DelHalfOp(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);
-       void RemoveMode(User* user);
+       void RemoveMode(Channel* channel, irc::modestacker* stack = NULL);
+       void RemoveMode(User* user, irc::modestacker* stack = NULL);
 };