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/cs_info.cpp | |
parent | 52d422d020d67da8891751c97823f44598511f34 (diff) |
Fix a few help messages.
Diffstat (limited to 'modules/commands/cs_info.cpp')
-rw-r--r-- | modules/commands/cs_info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp index f7ef0e72e..6405958b3 100644 --- a/modules/commands/cs_info.cpp +++ b/modules/commands/cs_info.cpp @@ -76,8 +76,8 @@ class CommandCSInfo : public Command source.Reply(_("Lists information about the specified registered channel,\n" "including its founder, time of registration, last\n" "time used, and description. If the user issuing the\n" - "command has the appropriate access for it, then the" - "successor, last topic set, settings and expiration" + "command has the appropriate access for it, then the\n" + "successor, last topic set, settings and expiration\n" "time will also be displayed when applicable.")); return true; } |