mirror of
https://github.com/anope/anope.git
synced 2026-06-25 11:16:37 +02:00
Use std::tr1::unordered_map for a few of the larger maps
This commit is contained in:
+1
-2
@@ -18,8 +18,7 @@
|
||||
#include "extern.h"
|
||||
#include "serialize.h"
|
||||
|
||||
serialize_checker<botinfo_map> BotListByNick("BotInfo");
|
||||
serialize_checker<botinfouid_map> BotListByUID("BotInfo");
|
||||
serialize_checker<botinfo_map> BotListByNick("BotInfo"), BotListByUID("BotInfo");
|
||||
|
||||
BotInfo::BotInfo(const Anope::string &nnick, const Anope::string &nuser, const Anope::string &nhost, const Anope::string &nreal, const Anope::string &bmodes) : User(nnick, nuser, nhost, "", "", Me, nreal, Anope::CurTime, "", ts6_uid_retrieve()), Flags<BotFlag, BI_END>(BotFlagString), Serializable("BotInfo"), botmodes(bmodes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user