diff options
Diffstat (limited to 'modules/core/ns_set.cpp')
-rw-r--r-- | modules/core/ns_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_set.cpp b/modules/core/ns_set.cpp index a55adefb4..f05e9ccdb 100644 --- a/modules/core/ns_set.cpp +++ b/modules/core/ns_set.cpp @@ -15,7 +15,7 @@ class CommandNSSet : public Command { - typedef std::map<Anope::string, Command *, hash_compare_ci_string> subcommand_map; + typedef std::map<Anope::string, Command *, std::less<ci::string> > subcommand_map; subcommand_map subcommands; public: |