diff options
author | Robby- <robby@chat.be> | 2014-07-27 07:34:02 +0200 |
---|---|---|
committer | Robby- <robby@chat.be> | 2014-07-27 07:34:02 +0200 |
commit | 1137c500958368f0ce0817d1354ddb71a9ac96f9 (patch) | |
tree | fc15e6b3214f0d2ec84b4bca2d162df54c6ac64f /modules/commands/hs_list.cpp | |
parent | 52d422d020d67da8891751c97823f44598511f34 (diff) |
Fix a few help messages.
Diffstat (limited to 'modules/commands/hs_list.cpp')
-rw-r--r-- | modules/commands/hs_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/hs_list.cpp b/modules/commands/hs_list.cpp index dfeb23bd2..cbdbb25ae 100644 --- a/modules/commands/hs_list.cpp +++ b/modules/commands/hs_list.cpp @@ -133,7 +133,7 @@ class CommandHSList : public Command { this->SendSyntax(source); source.Reply(" "); - source.Reply(_("This command lists registered vhosts to the operator\n" + source.Reply(_("This command lists registered vhosts to the operator.\n" "If a \037key\037 is specified, only entries whose nick or vhost match\n" "the pattern given in \037key\037 are displayed e.g. Rob* for all\n" "entries beginning with \"Rob\"\n" |