From b918f4906a21d6f37de5c7d503c8da1770df966d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 7 Jun 2024 14:12:59 +0100 Subject: Always use fmtlib directly. --- src/modules/m_anticaps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_anticaps.cpp') diff --git a/src/modules/m_anticaps.cpp b/src/modules/m_anticaps.cpp index 960ddab44..88fd92763 100644 --- a/src/modules/m_anticaps.cpp +++ b/src/modules/m_anticaps.cpp @@ -263,7 +263,7 @@ public: if (percent < config->percent) return MOD_RES_PASSTHRU; - const std::string message = INSP_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