From feaceb2b037123c8687b3afdd80b2ffba61a5652 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 9 Mar 2020 22:50:48 +0000 Subject: Fix unnecessary inlining in command handler constructors. --- src/modules/m_sakick.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_sakick.cpp') diff --git a/src/modules/m_sakick.cpp b/src/modules/m_sakick.cpp index 5669a6370..4cc26fecc 100644 --- a/src/modules/m_sakick.cpp +++ b/src/modules/m_sakick.cpp @@ -31,7 +31,8 @@ class CommandSakick : public Command public: CommandSakick(Module* Creator) : Command(Creator,"SAKICK", 2, 3) { - flags_needed = 'o'; syntax = " [:]"; + flags_needed = 'o'; + syntax = " [:]"; TRANSLATE3(TR_TEXT, TR_NICK, TR_TEXT); } -- cgit v1.3.1-10-gc9f91