From 5c4badf8ea3ba775854f0d26d3f2e0e119584faa Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 23 Jan 2023 07:42:07 +0000 Subject: Replace InspIRCd::Format with fmt::format. --- src/modules/m_satopic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_satopic.cpp') diff --git a/src/modules/m_satopic.cpp b/src/modules/m_satopic.cpp index 88beb9274..0fba5b0af 100644 --- a/src/modules/m_satopic.cpp +++ b/src/modules/m_satopic.cpp @@ -51,7 +51,7 @@ public: const std::string newTopic(parameters[1], 0, ServerInstance->Config->Limits.MaxTopic); if (target->topic == newTopic) { - user->WriteNotice(InspIRCd::Format("The topic on %s is already what you are trying to change it to.", target->name.c_str())); + user->WriteNotice(INSP_FORMAT("The topic on {} is already what you are trying to change it to.", target->name)); return CmdResult::SUCCESS; } -- cgit v1.3.1-10-gc9f91