diff options
Diffstat (limited to 'src/modules/m_check.cpp')
-rw-r--r-- | src/modules/m_check.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index 7f5dc793d..4dd0f8a62 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -37,6 +37,7 @@ class cmd_check : public command_t cmd_check() : command_t("CHECK", 'o', 1) { this->source = "m_check.so"; + syntax = "<nickname>|<ip>|<hostmask>|<channel>"; } void Handle (const char** parameters, int pcnt, userrec *user) |