summaryrefslogtreecommitdiff
path: root/modules/commands/cs_set.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2016-02-13 14:41:23 -0500
committerAdam <Adam@anope.org>2016-02-13 14:41:23 -0500
commitc10d7bdadaa6c62d839d6eeec13403686420cdb1 (patch)
tree3d0909a81ad376ae885a2f93f09e352210ba2888 /modules/commands/cs_set.cpp
parent4e2ca31cf5fc874ab928dc4d3735f4345a910d0d (diff)
Update chanserv secure help to reflect more accurately what it does
Diffstat (limited to 'modules/commands/cs_set.cpp')
-rw-r--r--modules/commands/cs_set.cpp7
1 files 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;
}
};