diff options
Diffstat (limited to 'include/commands/cmd_modules.h')
-rw-r--r-- | include/commands/cmd_modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_modules.h b/include/commands/cmd_modules.h index a1684e507..eb8b1c882 100644 --- a/include/commands/cmd_modules.h +++ b/include/commands/cmd_modules.h @@ -31,7 +31,7 @@ class cmd_modules : public command_t { public: - cmd_modules () : command_t("MODULES",0,0) { } + cmd_modules () : command_t("MODULES",0,0) { syntax = "[debug]"; } void Handle(const char** parameters, int pcnt, userrec *user); }; |