]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_v.h
m_dnsbl updates
[user/henk/code/inspircd.git] / include / modes / cmode_v.h
index 06a6ce5a553a91b689a0b8645ea9c9a8be824434..ad6a6e4c01ef8d6ec6c934950c92d3f7b7dce7f9 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
  * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
@@ -22,11 +22,8 @@ class ModeChannelVoice : public ModeHandler
 {
  private:
  public:
-       ModeChannelVoice(InspIRCd* Instance);
+       ModeChannelVoice();
        ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, 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 &parameter);
        unsigned int GetPrefixRank();
        void RemoveMode(User* user, irc::modestacker* stack = NULL);
        void RemoveMode(Channel* channel, irc::modestacker* stack = NULL);