diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h index 08fb85d41..333d6882a 100644 --- a/include/commands.h +++ b/include/commands.h @@ -30,7 +30,7 @@ const Anope::string CommandFlagStrings[] = { struct CommandInfo { - typedef Anope::insensitive_map<CommandInfo> map; + typedef Anope::map<CommandInfo> map; Anope::string name; Anope::string permission; |