diff options
Diffstat (limited to 'include/commands/cmd_wallops.h')
-rw-r--r-- | include/commands/cmd_wallops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_wallops.h b/include/commands/cmd_wallops.h index 3f98aa02d..b8a4f690a 100644 --- a/include/commands/cmd_wallops.h +++ b/include/commands/cmd_wallops.h @@ -31,7 +31,7 @@ class cmd_wallops : public command_t { public: - cmd_wallops () : command_t("WALLOPS",'o',1) { } + cmd_wallops () : command_t("WALLOPS",'o',1) { syntax = "<any-text>"; } void Handle(const char** parameters, int pcnt, userrec *user); }; |