diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-04-12 22:35:34 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-04-12 22:35:34 +0200 |
commit | 66820092160fc24e21e437c0a186aa5922e424c6 (patch) | |
tree | 1974c1a3b91642538f779242ab8384db3a206e35 /src/commands/cmd_userhost.cpp | |
parent | 493ff75f1f89a7ede2800eff0368740fbaf02aa4 (diff) | |
parent | ad2e0ef1cd4c0cdcdb2241a10d5fe554984cb91d (diff) |
Merge pull request #827 from Robby-/insp20-helpopconf
Some more helpop config updates, and fix a few module syntax messages.
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 |