From b382496d5c07cb236f2b26d1ce360f75a3cad6cb Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 14 Apr 2020 16:41:31 +0100 Subject: Alow modules to specify multiple syntax lines. --- src/modules/m_opermotd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_opermotd.cpp') diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp index 6edc7a394..dd9ff5df1 100644 --- a/src/modules/m_opermotd.cpp +++ b/src/modules/m_opermotd.cpp @@ -46,7 +46,7 @@ class CommandOpermotd : public Command CommandOpermotd(Module* Creator) : Command(Creator,"OPERMOTD", 0, 1) { flags_needed = 'o'; - syntax = "[]"; + syntax = { "[]" }; } CmdResult Handle(User* user, const Params& parameters) override -- cgit v1.3.1-10-gc9f91