1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 17:56:38 +02:00

Fixed looking up users to use case insensitivity

This commit is contained in:
Adam
2010-11-30 17:25:42 -05:00
parent c41c828574
commit a507816701
8 changed files with 66 additions and 14 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include "modules.h"
#include "commands.h"
patricia_tree<BotInfo *, std::equal_to<ci::string> > BotListByNick;
patricia_tree<BotInfo *, ci::ci_char_traits> BotListByNick;
patricia_tree<BotInfo *> BotListByUID;
BotInfo *BotServ = NULL;