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_customtitle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_customtitle.cpp') diff --git a/src/modules/m_customtitle.cpp b/src/modules/m_customtitle.cpp index 037e2f769..591904e6c 100644 --- a/src/modules/m_customtitle.cpp +++ b/src/modules/m_customtitle.cpp @@ -125,7 +125,7 @@ public: throw ModuleException(this, " is empty at " + tag->source.str()); const std::string hash = tag->getString("hash", "plaintext", 1); - if (stdalgo::string::equalsci(hash, "plaintext")) + if (insp::equalsci(hash, "plaintext")) { ServerInstance->Logs.Normal(MODNAME, " tag for {} at {} contains an plain text password, this is insecure!", name, tag->source.str()); -- cgit v1.3.1-10-gc9f91