]> 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 e92d1ece2f965c3e22446999cc03bad346851338..3ca4c5622183b2acf213f94e72cb27dc63c7abb5 100644 (file)
@@ -1,8 +1,24 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  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.
+ *
+ * ---------------------------------------------------
+ */
+
 #include "mode.h"
 
-class ModeUserWallops : public ModeHandler
+class InspIRCd;
+
+/** User mode +w
+ */
+class ModeUserWallops : public SimpleUserModeHandler
 {
  public:
        ModeUserWallops();
-       ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
 };