mirror of
https://github.com/anope/anope.git
synced 2026-06-27 06:06: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:
@@ -413,14 +413,6 @@ void CapabParse(int ac, const char **av)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Apply MLock now that we know what modes exist (capab is parsed after modes are added to Anope) */
|
||||
for (registered_channel_map::iterator it = RegisteredChannelList.begin(), it_end = RegisteredChannelList.end(); it != it_end; ++it)
|
||||
{
|
||||
ChannelInfo *ci = it->second;
|
||||
|
||||
ci->LoadMLock();
|
||||
}
|
||||
}
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user