diff options
| author | 2014-04-12 22:08:41 +0200 | |
|---|---|---|
| committer | 2014-04-12 22:08:41 +0200 | |
| commit | bd35f849452cc4cc83972939bfbc363e679203e1 (patch) | |
| tree | 0eb93b9fddf2b223baa905becdd5b9078c8db2a6 /src/commands/cmd_userhost.cpp | |
| parent | Release 2.0.16 (diff) | |
Correct the syntax messages of a few modules.
Diffstat (limited to 'src/commands/cmd_userhost.cpp')
| -rw-r--r-- | src/commands/cmd_userhost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/cmd_userhost.cpp b/src/commands/cmd_userhost.cpp index 399de0b1a..1065f9a35 100644 --- a/src/commands/cmd_userhost.cpp +++ b/src/commands/cmd_userhost.cpp @@ -31,7 +31,7 @@ class CommandUserhost : public Command /** Constructor for userhost. */ CommandUserhost ( Module* parent) : Command(parent,"USERHOST", 1, 5) { - syntax = "<nick> {<nick>}"; + syntax = "<nick> [<nick> ...]"; } /** Handle command. * @param parameters The parameters to the comamnd |
