1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 23:46:39 +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:
Adam
2013-12-02 02:01:39 -05:00
parent b5966cf99e
commit 96af354ad5
3 changed files with 11 additions and 3 deletions
+2
View File
@@ -123,6 +123,8 @@ Server::Server(Server *up, const Anope::string &sname, unsigned shops, const Ano
continue;
ModeManager::StackerAdd(c->ci->WhoSends(), c, cm, true, it2->second);
}
IRCD->SendTopic(c->ci->WhoSends(), c);
}
}
}