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