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_httpd_stats.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_httpd_stats.cpp') diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index 5733cc9e3..805ca297c 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -403,9 +403,9 @@ namespace Stats bool desc = params.getBool("desc", false); OrderBy orderby; - if (stdalgo::string::equalsci(sortmethod, "nick")) + if (insp::equalsci(sortmethod, "nick")) orderby = OB_NICK; - else if (stdalgo::string::equalsci(sortmethod, "lastmsg")) + else if (insp::equalsci(sortmethod, "lastmsg")) { orderby = OB_LASTMSG; // We can only check idle times on local users -- cgit v1.3.1-10-gc9f91