]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/utils.h
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.h
index 889cd182e0193086fe7c2d3e8c205120801feea8..262c285efb8811f7853f53209dadc22126d23070 100644 (file)
@@ -50,7 +50,7 @@ class SpanningTreeUtilities : public classbase
        CacheRefreshTimer RefreshTimer;
 
  public:
-       typedef std::set<TreeSocket*> TreeSocketSet;
+       typedef std::set<TreeSocket*> TreeSocketSet;
        typedef std::map<TreeSocket*, std::pair<std::string, unsigned int> > TimeoutList;
 
        /** Creator module
@@ -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)