]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/main.h
Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to OnUserMess...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / main.h
index 9ea48aaea562ee13d11a43a4627b4b37d509b670..947eddd3708574094a11496c50dfce6ec59be3e7 100644 (file)
@@ -148,8 +148,7 @@ class ModuleSpanningTree : public Module
        void OnUserInvite(User* source,User* dest,Channel* channel, time_t) CXX11_OVERRIDE;
        void OnPostTopicChange(User* user, Channel* chan, const std::string &topic) CXX11_OVERRIDE;
        void OnWallops(User* user, const std::string &text) CXX11_OVERRIDE;
-       void OnUserNotice(User* user, void* dest, int target_type, const std::string &text, char status, const CUList &exempt_list) CXX11_OVERRIDE;
-       void OnUserMessage(User* user, void* dest, int target_type, const std::string &text, char status, const CUList &exempt_list) CXX11_OVERRIDE;
+       void OnUserMessage(User* user, void* dest, int target_type, const std::string& text, char status, const CUList& exempt_list, MessageType msgtype) CXX11_OVERRIDE;
        void OnBackgroundTimer(time_t curtime) CXX11_OVERRIDE;
        void OnUserJoin(Membership* memb, bool sync, bool created, CUList& excepts) CXX11_OVERRIDE;
        void OnChangeHost(User* user, const std::string &newhost) CXX11_OVERRIDE;