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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user