]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/utils.h
Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.h
index e83e1c8390a4ad0f1d08c417cb7f12435e9faa76..c6f5822fe715cd7a97de1eb5ddbe5285014c2f96 100644 (file)
@@ -172,7 +172,7 @@ class SpanningTreeUtilities : public classbase
 
        /** Sends a PRIVMSG or a NOTICE to a channel obeying an exempt list and an optional prefix
         */
-       void SendChannelMessage(const std::string& prefix, Channel* target, const std::string& text, char status, const CUList& exempt_list, const char* message_type, TreeSocket* omit = NULL);
+       void SendChannelMessage(const std::string& prefix, Channel* target, const std::string& text, char status, const ClientProtocol::TagMap& tags, const CUList& exempt_list, const char* message_type, TreeSocket* omit = NULL);
 };
 
 inline void SpanningTreeUtilities::DoOneToMany(const CmdBuilder& params)