mirror of
https://github.com/anope/anope.git
synced 2026-06-26 13:16:38 +02:00
Made Anope keep track of channels its clients are in if it splits from its uplink, then burst them back to its uplink once connection is reestablished.
Also made Anope use TS enforcement to change persistant channels creation time to the time they were registered.
This commit is contained in:
@@ -553,15 +553,6 @@ int main(int ac, char **av, char **envp)
|
||||
delete u;
|
||||
}
|
||||
|
||||
/* Nuke all channels */
|
||||
for (channel_map::const_iterator it = ChannelList.begin(); it != ChannelList.end();)
|
||||
{
|
||||
Channel *c = it->second;
|
||||
++it;
|
||||
|
||||
delete c;
|
||||
}
|
||||
|
||||
Me->SetFlag(SERVER_SYNCING);
|
||||
Me->ClearLinks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user