diff options
Diffstat (limited to 'src/modules/m_sethost.cpp')
-rw-r--r-- | src/modules/m_sethost.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_sethost.cpp b/src/modules/m_sethost.cpp index eb2196c92..9b403506d 100644 --- a/src/modules/m_sethost.cpp +++ b/src/modules/m_sethost.cpp @@ -33,6 +33,7 @@ class cmd_sethost : public command_t cmd_sethost() : command_t("SETHOST",'o',1) { this->source = "m_sethost.so"; + syntax = "<new-hostname>"; } void Handle (const char** parameters, int pcnt, userrec *user) |