]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/utils.h
Broadcast the limits for list modes on server link.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.h
index 26e6e7c22aaaec8dda4b65cb7aadbaa5b9b306d0..262c285efb8811f7853f53209dadc22126d23070 100644 (file)
@@ -176,6 +176,9 @@ class SpanningTreeUtilities : public classbase
        /** Sends a PRIVMSG or a NOTICE to a channel obeying an exempt list and an optional prefix
         */
        void SendChannelMessage(User* source, Channel* target, const std::string& text, char status, const ClientProtocol::TagMap& tags, const CUList& exempt_list, const char* message_type, TreeSocket* omit = NULL);
+
+       /** Send the channel list mode limits to either the specified server or all servers if NULL. */
+       void SendListLimits(Channel* chan, TreeSocket* sock = NULL);
 };
 
 inline void SpanningTreeUtilities::DoOneToMany(const CmdBuilder& params)