From a4508da82cb17120c04f697d6c63660cd697284b Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Fri, 30 Dec 2016 17:32:01 +0100 Subject: Penalize commands that had 0 penalty --- 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 f966d6a5a..f45d9c8cd 100644 --- a/src/modules/m_satopic.cpp +++ b/src/modules/m_satopic.cpp @@ -26,7 +26,7 @@ class CommandSATopic : public Command public: CommandSATopic(Module* Creator) : Command(Creator,"SATOPIC", 2, 2) { - flags_needed = 'o'; Penalty = 0; syntax = " "; + flags_needed = 'o'; syntax = " "; } CmdResult Handle (const std::vector& parameters, User *user) -- cgit v1.3.1-10-gc9f91