diff options
author | Adam <Adam@anope.org> | 2010-11-30 17:25:42 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-12 19:37:03 -0500 |
commit | a507816701d136a1c22d2f6779d811840d61577c (patch) | |
tree | 37e397d8e6d6f04685287b7ec3aa7d0662460da4 /include/bots.h | |
parent | c41c82857464c34c61e6f2cf1939cea866f7d49a (diff) |
Fixed looking up users to use case insensitivity
Diffstat (limited to 'include/bots.h')
-rw-r--r-- | include/bots.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bots.h b/include/bots.h index bbd40a236..224f4b799 100644 --- a/include/bots.h +++ b/include/bots.h @@ -12,7 +12,7 @@ class BotInfo; -extern CoreExport patricia_tree<BotInfo *, std::equal_to<ci::string> > BotListByNick; +extern CoreExport patricia_tree<BotInfo *, ci::ci_char_traits> BotListByNick; extern CoreExport patricia_tree<BotInfo *> BotListByUID; /** Flags settable on a bot |