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