]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/umode_w.h
m_dnsbl updates
[user/henk/code/inspircd.git] / include / modes / umode_w.h
index 271e959c4a2522f5c51e88eb5b2e6dc16ca35a97..3ca4c5622183b2acf213f94e72cb27dc63c7abb5 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
- * See: http://www.inspircd.org/wiki/index.php/Credits
+ *  InspIRCd: (C) 2002-2010 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
  *
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
@@ -17,10 +17,8 @@ class InspIRCd;
 
 /** User mode +w
  */
-class ModeUserWallops : public ModeHandler
+class ModeUserWallops : public SimpleUserModeHandler
 {
  public:
-       ModeUserWallops(InspIRCd* Instance);
-       ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
-       unsigned int GetCount();
+       ModeUserWallops();
 };