From d00914ed6f5de67ab69c69e1cd1efa0797b5f62d Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sat, 1 Dec 2012 21:33:42 +0100 Subject: Add a flag to Command that controls whether an empty last parameter is allowed or not --- src/modules/m_chghost.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/m_chghost.cpp') diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp index ac318f9af..08f7f76fa 100644 --- a/src/modules/m_chghost.cpp +++ b/src/modules/m_chghost.cpp @@ -32,6 +32,7 @@ class CommandChghost : public Command public: CommandChghost(Module* Creator, char* hmap) : Command(Creator,"CHGHOST", 2), hostmap(hmap) { + allow_empty_last_param = false; flags_needed = 'o'; syntax = " "; TRANSLATE3(TR_NICK, TR_TEXT, TR_END); -- cgit v1.2.3