From 9bb55626d51f217466bc08104d2f32eb0bf57c02 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 30 Apr 2026 22:29:38 +0100 Subject: Switch ascii comparisons over to our own casemap functions. --- modules/dccallow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dccallow.cpp') diff --git a/modules/dccallow.cpp b/modules/dccallow.cpp index 02c04559b..8733c322e 100644 --- a/modules/dccallow.cpp +++ b/modules/dccallow.cpp @@ -480,7 +480,7 @@ public: if (InspIRCd::Match(filename, bf.filemask, ascii_case_insensitive_map)) { /* We have a matching badfile entry, override whatever the default action is */ - if (insp::equalsci(bf.action, "allow")) + if (insp::ascii_equals(bf.action, "allow")) return MOD_RES_PASSTHRU; else { -- cgit v1.3.1-10-gc9f91