]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/netburst.cpp
m_spanningtree Keep track of whether we've sent our burst, to be used for translation
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / netburst.cpp
index a8d76becc74c08cce1afa668aa84211b4c727a12..b81a285b574cab1ccd17af39f44f30c222f78b88 100644 (file)
@@ -123,6 +123,8 @@ void TreeSocket::DoBurst(TreeServer* s)
        FOREACH_MOD(OnSyncNetwork, (bs.server));
        this->WriteLine(CmdBuilder("ENDBURST"));
        ServerInstance->SNO->WriteToSnoMask('l',"Finished bursting to \2"+ s->GetName()+"\2.");
+
+       this->burstsent = true;
 }
 
 void TreeSocket::SendServerInfo(TreeServer* from)