diff options
Diffstat (limited to 'include/bots.h')
-rw-r--r-- | include/bots.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/bots.h b/include/bots.h index 19f921dbb..888e8d217 100644 --- a/include/bots.h +++ b/include/bots.h @@ -14,11 +14,9 @@ #include "commands.h" -typedef Anope::insensitive_map<BotInfo *> botinfo_map; -typedef Anope::map<BotInfo *> botinfouid_map; +typedef Anope::map<BotInfo *> botinfo_map; -extern CoreExport serialize_checker<botinfo_map> BotListByNick; -extern CoreExport serialize_checker<botinfouid_map> BotListByUID; +extern CoreExport serialize_checker<botinfo_map> BotListByNick, BotListByUID; /** Flags settable on a bot */ |