diff options
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; } |