]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/command_parse.h
Change ServerInfo::gecos to description
[user/henk/code/inspircd.git] / include / command_parse.h
index c3d67af23906c447f45fa704eb862416d02083da..ec5ebba485ad1f02c82f15f559c96ff54d603024 100644 (file)
@@ -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.