]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/umode_w.h
Update all wiki links to point to the new wiki. This was done automatically with...
[user/henk/code/inspircd.git] / include / modes / umode_w.h
index 8ab832a2f176e9b22b50cc4fa83612d9a4dd768b..566753ba0b6c207581f9e9ecf8896186bc732428 100644 (file)
@@ -1,12 +1,25 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+ * See: http://wiki.inspircd.org/Credits
+ *
+ * This program is free but copyrighted software; see
+ *            the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
+
 #include "mode.h"
 
 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();
 };