]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_satopic.cpp
Find the right variable so it actually works, too.
[user/henk/code/inspircd.git] / src / modules / m_satopic.cpp
index cf2cb3faa4373eb076823b1e134b318b95725fab..67756158a0a0cdf48a4fa74c2caf9b1244194564 100644 (file)
@@ -40,7 +40,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->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);
 
                        return CMD_LOCALONLY;