summaryrefslogtreecommitdiff
path: root/modules/extra/hs_request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/extra/hs_request.cpp')
-rw-r--r--modules/extra/hs_request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/hs_request.cpp b/modules/extra/hs_request.cpp
index 2f40e6912..5c5a649f0 100644
--- a/modules/extra/hs_request.cpp
+++ b/modules/extra/hs_request.cpp
@@ -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;