1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 01:36:37 +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
@@ -12,7 +12,7 @@
#include "services.h"
#include "modules.h"
patricia_tree<User *, std::equal_to<ci::string> > UserListByNick;
patricia_tree<User *, ci::ci_char_traits> UserListByNick;
patricia_tree<User *> UserListByUID;
int32 opcnt = 0;