]> 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 e1178f3b66a95011bae7dce6ad947b10845f1e55..4747b15d0986bde3613ae18307589b4a2f5c9ca1 100644 (file)
@@ -1,12 +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;
 
 /** User mode +s
  */
-class ModeUserServerNotice : public ModeHandler
+class ModeUserServerNotice : public SimpleUserModeHandler
 {
  public:
        ModeUserServerNotice(InspIRCd* Instance);
-       ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
+       unsigned int GetCount();
 };