mirror of
https://github.com/anope/anope.git
synced 2026-07-07 19:23:13 +02:00
Use the source's sync state and not mine when processing sjoins to determine whether or not to sync the channel on creation, instead sync it when the server syncs.
This commit is contained in:
@@ -90,6 +90,7 @@ void Channel::Reset()
|
||||
|
||||
void Channel::Sync()
|
||||
{
|
||||
syncing = false;
|
||||
FOREACH_MOD(OnChannelSync, (this));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user