1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 14:06: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
@@ -66,7 +66,7 @@ struct HostRequest
time_t time;
};
typedef std::map<Anope::string, HostRequest *, hash_compare_ci_string> RequestMap;
typedef std::map<Anope::string, HostRequest *, std::less<ci::string> > RequestMap;
RequestMap Requests;
static Module *me;