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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user