From 6b123d4bc61c2db8e379dd5e681834c4053e661d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 22 Aug 2024 10:26:43 +0100 Subject: Use C++20 instead of fmtlib when available. --- modules/anticaps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/anticaps.cpp') diff --git a/modules/anticaps.cpp b/modules/anticaps.cpp index bc396600c..29f42aa86 100644 --- a/modules/anticaps.cpp +++ b/modules/anticaps.cpp @@ -263,7 +263,7 @@ public: if (percent < config->percent) return MOD_RES_PASSTHRU; - const std::string message = fmt::format("Your message exceeded the {}% upper case character threshold for {}", + const std::string message = FMT::format("Your message exceeded the {}% upper case character threshold for {}", config->percent, channel->name); switch (config->method) -- cgit v1.3.1-10-gc9f91