From d95be0a5165cf3cee3d1feedab1bdbdf21e5e419 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 18 Aug 2024 16:04:36 +0100 Subject: Add a formatting overload to {Membership,User}::Write(Remote)Notice. --- 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 7f019e831..1046d0157 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(INSP_FORMAT("The topic on {} is already what you are trying to change it to.", target->name)); + user->WriteNotice("The topic on {} is already what ou are trying to change it to.", target->name); return CmdResult::SUCCESS; } -- cgit v1.3.1-10-gc9f91