]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/cmode_v.h
Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO
[user/henk/code/inspircd.git] / include / modes / cmode_v.h
index 04deacb88480fc1b444f5b50d9e6a8b00e2f57a3..77e8562f293f2e597b2ea25b1c394aed24e6abaf 100644 (file)
@@ -3,7 +3,7 @@
  *       +------------------------------------+
  *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -22,10 +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);
+       ModeChannelVoice();
+       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
        ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string &parameter);
        unsigned int GetPrefixRank();
        void RemoveMode(User* user, irc::modestacker* stack = NULL);