]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/umode_w.h
Fix crash when services (or a misbehaving remote server) introduces a server with...
[user/henk/code/inspircd.git] / include / modes / umode_w.h
index d6f2c0ca7343b08ac4326db2ed860ca5d89b5fd9..bbbada5a07d4b9ebcb6669ec3320acd3fa9e44df 100644 (file)
@@ -2,7 +2,7 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
  * This program is free but copyrighted software; see
@@ -17,10 +17,9 @@ class InspIRCd;
 
 /** User mode +w
  */
-class ModeUserWallops : public ModeHandler
+class ModeUserWallops : public SimpleUserModeHandler
 {
  public:
        ModeUserWallops(InspIRCd* Instance);
-       ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
        unsigned int GetCount();
 };