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/cloak_custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cloak_custom.cpp') diff --git a/modules/cloak_custom.cpp b/modules/cloak_custom.cpp index 0b4366482..c61590b84 100644 --- a/modules/cloak_custom.cpp +++ b/modules/cloak_custom.cpp @@ -90,7 +90,7 @@ public: , passwordhash(tag->getString("hash", "plaintext", 1)) , cloak(c) { - if (insp::equalsci(passwordhash, "plaintext")) + if (insp::ascii_equals(passwordhash, "plaintext")) { ServerInstance->Logs.Warning(MODNAME, " tag at {} contains an plain text password, this is insecure!", tag->source.str()); -- cgit v1.3.1-10-gc9f91