mirror of
https://github.com/anope/anope.git
synced 2026-06-29 23:56:39 +02:00
Allow the patricia tree to store non-pointers
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@
|
||||
#include "modules.h"
|
||||
#include "commands.h"
|
||||
|
||||
patricia_tree<BotInfo, std::equal_to<ci::string> > BotListByNick;
|
||||
patricia_tree<BotInfo> BotListByUID;
|
||||
patricia_tree<BotInfo *, std::equal_to<ci::string> > BotListByNick;
|
||||
patricia_tree<BotInfo *> BotListByUID;
|
||||
|
||||
BotInfo *BotServ = NULL;
|
||||
BotInfo *ChanServ = NULL;
|
||||
|
||||
Reference in New Issue
Block a user