diff options
author | Robby <robby@chat.be> | 2012-05-20 04:14:26 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-05-20 04:14:26 -0400 |
commit | 1f73e27870d4d08b5c5d1644b817437ece3bc65a (patch) | |
tree | 8157e454df4f3fc047c53689c846f33812f0959e /modules/commands/cs_info.cpp | |
parent | 699087b2bf6d47a871285b7442526a0dfd156d20 (diff) |
Updated help messages for ns_list, cs_list, cs_entrymsg, and cs_info. Also fixed logging for cs_entrymsg.
Diffstat (limited to 'modules/commands/cs_info.cpp')
-rw-r--r-- | modules/commands/cs_info.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp index 47ba4d3b0..cee3c8251 100644 --- a/modules/commands/cs_info.cpp +++ b/modules/commands/cs_info.cpp @@ -127,10 +127,11 @@ class CommandCSInfo : public Command this->SendSyntax(source); 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" - "be displayed.")); + "including its founder, time of registration, and last\n" + "time used. If the user issuing the command has the\n" + "appropriate access for it, then the description, successor,\n" + "last topic set, settings and expiration time will also\n" + "be displayed when applicable.")); return true; } }; |