aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_satopic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_satopic.cpp')
-rw-r--r--src/modules/m_satopic.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}