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