1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 10:23:14 +02:00

Made the mode bouncing detector harder to hit and ignore syncing channels

This commit is contained in:
Adam
2013-02-18 22:10:57 -05:00
parent a49d7b12cb
commit cb91f991a3
2 changed files with 24 additions and 11 deletions
+1 -3
View File
@@ -280,9 +280,7 @@ void Server::Sync(bool sync_links)
for (channel_map::const_iterator it = ChannelList.begin(), it_end = ChannelList.end(); it != it_end; ++it)
{
Channel *c = it->second;
c->CheckModes();
if (c->ci)
c->ci->RestoreTopic();
c->Sync();
}
if (!Anope::NoFork && Anope::AtTerm())