1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 04:56:38 +02:00

Unmark services as syncing when we are done, fixes cs_xop and cs_modes reloading mode specific commands

This commit is contained in:
Adam
2010-05-19 14:19:04 -04:00
committed by Adam
parent cab6fcc82d
commit 0358ae062b
+1
View File
@@ -272,6 +272,7 @@ void Server::Sync(bool SyncLinks)
{
FOREACH_MOD(I_OnPreUplinkSync, OnPreUplinkSync(this));
ircdproto->SendEOB();
Me->UnsetFlag(SERVER_SYNCING);
}
Alog() << "Server " << GetName() << " is done syncing";