1
0
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:
Adam
2013-11-16 09:38:13 -05:00
parent 332fd23927
commit 51a9f64adb
3 changed files with 14 additions and 7 deletions
+1
View File
@@ -90,6 +90,7 @@ void Channel::Reset()
void Channel::Sync()
{
syncing = false;
FOREACH_MOD(OnChannelSync, (this));
}