]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_h.h
Remove Extensible items from user, channel, and Membership on module unload
[user/henk/code/inspircd.git] / include / modes / cmode_h.h
index cd6d260f4476a1a4cbbd61e6daa71637a48ac67f..dd188626c60dfca751789fda5e56dcae1e5a9b77 100644 (file)
@@ -24,8 +24,6 @@ class ModeChannelHalfOp : public ModeHandler
  public:
        ModeChannelHalfOp(InspIRCd* Instance);
        ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, 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 &parameter);
        unsigned int GetPrefixRank();
        void RemoveMode(Channel* channel, irc::modestacker* stack = NULL);