]> 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 bbbada5a07d4b9ebcb6669ec3320acd3fa9e44df..3ca4c5622183b2acf213f94e72cb27dc63c7abb5 100644 (file)
@@ -2,8 +2,8 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd: (C) 2002-2009 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.
@@ -20,6 +20,5 @@ class InspIRCd;
 class ModeUserWallops : public SimpleUserModeHandler
 {
  public:
-       ModeUserWallops(InspIRCd* Instance);
-       unsigned int GetCount();
+       ModeUserWallops();
 };