mirror of
https://github.com/anope/anope.git
synced 2026-06-27 22:56:38 +02:00
Send channel topics on initial burst, sync chanels after db load, and try to after unserializing persist on
This commit is contained in:
@@ -477,6 +477,9 @@ void Anope::Init(int ac, char **av)
|
||||
static_cast<void>(MOD_RESULT);
|
||||
Log() << "Databases loaded";
|
||||
|
||||
for (channel_map::const_iterator it = ChannelList.begin(), it_end = ChannelList.end(); it != it_end; ++it)
|
||||
it->second->Sync();
|
||||
|
||||
Serialize::CheckTypes();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user