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:
+3
-1
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user