diff options
Diffstat (limited to 'src/modules/m_helpop.cpp')
-rw-r--r-- | src/modules/m_helpop.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index c1457765d..e503952d6 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -64,6 +64,7 @@ class cmd_helpop : public command_t cmd_helpop () : command_t("HELPOP",0,1) { this->source = "m_helpop.so"; + syntax = "[?|!]<any-text>"; } void Handle (const char** parameters, int pcnt, userrec *user) |