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_sanick.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_sanick.cpp') diff --git a/src/modules/m_sanick.cpp b/src/modules/m_sanick.cpp index 8689778a2..6f760cf0b 100644 --- a/src/modules/m_sanick.cpp +++ b/src/modules/m_sanick.cpp @@ -33,7 +33,8 @@ class CommandSanick : public Command CommandSanick(Module* Creator) : Command(Creator,"SANICK", 2) { allow_empty_last_param = false; - flags_needed = 'o'; syntax = " "; + flags_needed = 'o'; + syntax = " "; TRANSLATE2(TR_NICK, TR_TEXT); } -- cgit v1.3.1-10-gc9f91