diff options
author | Robby <robby@chat.be> | 2012-01-07 04:10:30 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-01-07 04:10:30 -0500 |
commit | 9e713941277e8d745b1713a6500349a9d1ecb8e3 (patch) | |
tree | 8f6d8a8553316799154884f61573036c97ca0fff /modules/commands/cs_info.cpp | |
parent | dd64eac782b3ee5acc6d1068a0ef42142a035254 (diff) |
Cleaned up a lot of log messages, help replies, fixed cs_tban, and other small fixes
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 4f733fb60..b86755d58 100644 --- a/modules/commands/cs_info.cpp +++ b/modules/commands/cs_info.cpp @@ -125,8 +125,8 @@ class CommandCSInfo : public Command source.Reply(" "); source.Reply(_("Lists information about the named registered channel,\n" "including its founder, time of registration, last time\n" - "used, description, and mode lock, if any. If \002ALL\002 is \n" - "specified, the entry message and successor will also \n" + "used, description, and mode lock, if any. If \002ALL\002 is\n" + "specified, the entry message and successor will also\n" "be displayed.")); return true; } |