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