1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 21:03:13 +02:00

improved handling of mlocks and topiclocks on inspircd

This commit is contained in:
DukePyrolator
2013-05-12 11:09:34 +02:00
parent 1c36de5ab1
commit 4237d49d41
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -147,7 +147,9 @@ void Join::SJoin(MessageSource &source, const Anope::string &chan, time_t ts, co
{
c->Shrink("SYNCING");
/* Sync the channel (mode lock, topic, etc) */
c->Sync();
/* the channel is synced when the netmerge is complete */
if (Me && Me->IsSynced())
c->Sync();
}
}