From 681b488fc0ebca964eddf2a54575dc41901bc520 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 5 Aug 2023 12:02:14 +0100 Subject: Update usages of stdalgo::string::equalsci to use insp::equalsci. --- src/modules/m_geoclass.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_geoclass.cpp') diff --git a/src/modules/m_geoclass.cpp b/src/modules/m_geoclass.cpp index 901d51332..646538dfc 100644 --- a/src/modules/m_geoclass.cpp +++ b/src/modules/m_geoclass.cpp @@ -20,6 +20,7 @@ #include "inspircd.h" #include "modules/geolocation.h" #include "modules/stats.h" +#include "utility/string.h" class ModuleGeoClass final : public Module @@ -59,7 +60,7 @@ public: // If the user matches this country code then they can use this // connect class. - if (stdalgo::string::equalsci(token, code)) + if (insp::equalsci(token, code)) return MOD_RES_PASSTHRU; } -- cgit v1.3.1-10-gc9f91