diff options
Diffstat (limited to 'src/modules/m_satopic.cpp')
-rw-r--r-- | src/modules/m_satopic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_satopic.cpp b/src/modules/m_satopic.cpp index fea5cd018..4394cb799 100644 --- a/src/modules/m_satopic.cpp +++ b/src/modules/m_satopic.cpp @@ -41,6 +41,7 @@ class CommandSATopic : public Command // 3rd parameter overrides access checks target->SetTopic(user, newTopic, true); ServerInstance->SNO->WriteToSnoMask('A', user->nick + " used SATOPIC on " + target->name + ", new topic: " + newTopic); + ServerInstance->PI->SendSNONotice("A", user->nick + " used SATOPIC on " + target->name + ", new topic: " + newTopic); /* I think this is right, the TOPIC message generated should be * propogated without the SATOPIC command itself having to be. |