1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 21:07:09 +02:00
This commit is contained in:
Adam
2012-01-25 15:48:07 -05:00
parent e88e37c59b
commit 52eaa7d6d6
53 changed files with 174 additions and 159 deletions
+2
View File
@@ -6,6 +6,8 @@ std::vector<Anope::string> SerializeType::type_order;
Anope::map<SerializeType *> SerializeType::types;
std::list<Serializable *> *Serializable::serizliable_items;
Anope::map<Anope::map<Service *> > Service::services;
void RegisterTypes()
{
static SerializeType nc("NickCore", NickCore::unserialize), na("NickAlias", NickAlias::unserialize), bi("BotInfo", BotInfo::unserialize),