summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-11-12 17:33:21 +0000
committerPeter Powell <petpow@saberuk.com>2017-11-12 17:33:21 +0000
commitd23c030c9a8fd58807438245a004e4aa5b7288ba (patch)
treed1207d9f811ba486470ac3869052b0bc2180f758 /include
parent2b94e7dcc072d923a3f3e8830dab9b45caaea118 (diff)
parent53d822a7d19aded988ee74eb05437e587cb1ac92 (diff)
Merge tag 'v2.0.25' into master.
Diffstat (limited to 'include')
-rw-r--r--include/command_parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/command_parse.h b/include/command_parse.h
index c3d67af23..ec5ebba48 100644
--- a/include/command_parse.h
+++ b/include/command_parse.h
@@ -30,7 +30,7 @@
class CoreExport CommandParser
{
public:
- typedef TR1NS::unordered_map<std::string, Command*> CommandMap;
+ typedef TR1NS::unordered_map<std::string, Command*, irc::insensitive, irc::StrHashComp> CommandMap;
private:
/** Process a command from a user.