]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/utils.h
Remove $Core and $Mod* comments apart from $ModDep.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / utils.h
index a2566c0c86eec5bbcd0fb93e9aed4e04c6652787..1048e1c870b6cfdee887c388a0693a827d461d3c 100644 (file)
@@ -90,9 +90,6 @@ class SpanningTreeUtilities : public classbase
        /** Hash of currently known server ids
         */
        server_hash sidlist;
-       /** Hash of servers currently bursting but not initialized as connected
-        */
-       std::map<irc::string,TreeSocket*> burstingserverlist;
        /** List of all outgoing sockets and their timeouts
         */
        std::map<TreeSocket*, std::pair<std::string, int> > timeoutlist;
@@ -127,7 +124,7 @@ class SpanningTreeUtilities : public classbase
         */
        ~SpanningTreeUtilities();
 
-       void RouteCommand(TreeServer*, const std::string&, const parameterlist&, User*);
+       void RouteCommand(TreeServer*, Command*, const parameterlist&, User*);
 
        /** Send a message from this server to one other local or remote
         */