From 1137c500958368f0ce0817d1354ddb71a9ac96f9 Mon Sep 17 00:00:00 2001 From: Robby- Date: Sun, 27 Jul 2014 07:34:02 +0200 Subject: Fix a few help messages. --- modules/commands/cs_info.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/commands/cs_info.cpp') 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; } -- cgit