diff options
Diffstat (limited to 'src/modules/m_vhost.cpp')
-rw-r--r-- | src/modules/m_vhost.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_vhost.cpp b/src/modules/m_vhost.cpp index 61d07a7e2..a7ce8fd4a 100644 --- a/src/modules/m_vhost.cpp +++ b/src/modules/m_vhost.cpp @@ -33,6 +33,7 @@ class cmd_vhost : public command_t cmd_vhost() : command_t("VHOST", 0, 2) { this->source = "m_vhost.so"; + syntax = "<username> <password>"; } void Handle (const char** parameters, int pcnt, userrec *user) |