]> 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 61fc558234f7b3a3f053c846dafefa2dcc542a2e..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);
-       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding, bool servermode);
-       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);
+       ModeChannelVoice();
+       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
        unsigned int GetPrefixRank();
        void RemoveMode(User* user, irc::modestacker* stack = NULL);
        void RemoveMode(Channel* channel, irc::modestacker* stack = NULL);