diff options
Diffstat (limited to 'src/modules/m_sethost.cpp')
| -rw-r--r-- | src/modules/m_sethost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp index 4adf2c84e..6997b3d43 100644 --- a/src/modules/m_sethost.cpp +++ b/src/modules/m_sethost.cpp @@ -37,7 +37,7 @@ class CommandSethost : public Command { allow_empty_last_param = false; flags_needed = 'o'; - syntax = "<host>"; + syntax = { "<host>" }; } CmdResult Handle(User* user, const Params& parameters) override |
