summaryrefslogtreecommitdiff
path: root/src/modules/m_chghost.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_chghost.cpp')
-rw-r--r--src/modules/m_chghost.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_chghost.cpp b/src/modules/m_chghost.cpp
index 8113cc19d..ff52fcebf 100644
--- a/src/modules/m_chghost.cpp
+++ b/src/modules/m_chghost.cpp
@@ -33,6 +33,7 @@ class cmd_chghost : public command_t
cmd_chghost () : command_t("CHGHOST",'o',2)
{
this->source = "m_chghost.so";
+ syntax = "<nick> <newhost>";
}
void Handle(const char** parameters, int pcnt, userrec *user)