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