]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modes/umode_s.h
IPC now provides feedback via the named pipe, right now the data is just the server...
[user/henk/code/inspircd.git] / include / modes / umode_s.h
index c108cb44dde8527a9d739a46ca65004f7d9046e1..4747b15d0986bde3613ae18307589b4a2f5c9ca1 100644 (file)
@@ -1,8 +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 ModeUserServerNotice : public ModeHandler
+class InspIRCd;
+
+/** User mode +s
+ */
+class ModeUserServerNotice : public SimpleUserModeHandler
 {
  public:
-       ModeUserServerNotice();
-       ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
+       ModeUserServerNotice(InspIRCd* Instance);
+       unsigned int GetCount();
 };