diff options
Diffstat (limited to 'modules/anticaps.cpp')
| -rw-r--r-- | modules/anticaps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
