diff options
Diffstat (limited to 'src/modules/m_watch.cpp')
-rw-r--r-- | src/modules/m_watch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index 58d0a4bd7..9f8c15e07 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -45,6 +45,7 @@ class cmd_watch : public command_t cmd_watch() : command_t("WATCH",0,0) { this->source = "m_watch.so"; + syntax = "[C|L|S]|[+|-<nick>]"; } void Handle (const char** parameters, int pcnt, userrec *user) |