From c412741934413fc66d5b69d17625d1ece77b977b Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 26 Feb 2006 20:44:54 +0000 Subject: Fixed bursting stuff a little git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3348 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/modules') diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index ff6a9289c..99d24cf02 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -1360,13 +1360,10 @@ class TreeSocket : public InspSocket this->WriteLine(":"+Srv->GetServerName()+" VERSION :"+Srv->GetVersion()); /* Send server tree */ this->SendServers(TreeRoot,s,1); - ServerInstance->DoOneIteration(false); /* Send users and their oper status */ this->SendUsers(s); - ServerInstance->DoOneIteration(false); /* Send everything else (channel modes, xlines etc) */ this->SendChannelModes(s); - ServerInstance->DoOneIteration(false); this->SendXLines(s); FOREACH_MOD(I_OnSyncOtherMetaData,OnSyncOtherMetaData((Module*)TreeProtocolModule,(void*)this)); ServerInstance->DoOneIteration(false); -- cgit v1.2.3