1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 23:16:39 +02:00

Rewrote the hashing systems to properly handle the new Anope::strings which we have everywhere.

This commit is contained in:
Adam
2010-07-29 18:38:56 -04:00
parent 04200cc838
commit cc64903179
18 changed files with 240 additions and 239 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
class CommandCSSet : 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: