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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user