From c10d7bdadaa6c62d839d6eeec13403686420cdb1 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 13 Feb 2016 14:41:23 -0500 Subject: [PATCH] Update chanserv secure help to reflect more accurately what it does --- modules/commands/cs_set.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp index 4f11f16b1..fb58f9efd 100644 --- a/modules/commands/cs_set.cpp +++ b/modules/commands/cs_set.cpp @@ -742,10 +742,9 @@ class CommandCSSetSecure : public Command this->SendSyntax(source); source.Reply(" "); source.Reply(_("Enables or disables security features for a\n" - "channel. When \002%s\002 is set, only users who have\n" - "registered their nicknames and IDENTIFY'd\n" - "with their password will be given access to the channel\n" - "as controlled by the access list."), this->name.c_str()); + "channel. When \002SECURE\002 is set, only users who have\n" + "identified to services, and are not only recognized, will be\n" + "given access to channels from account-based access entries.")); return true; } };