diff options
author | Adam <Adam@anope.org> | 2016-10-02 12:44:33 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-10-02 12:44:33 -0400 |
commit | 398f08c3524a1f8b88de38844fe0e55c32f33c26 (patch) | |
tree | e7bfd607ed0a119292341234364d000703b4af10 /modules/chanserv/set.cpp | |
parent | 1a60f03f5fe82fb9d3e80f2ea07835ffc7c5043b (diff) |
Update chanserv secure help to reflect more accurately what it does
Diffstat (limited to 'modules/chanserv/set.cpp')
-rw-r--r-- | modules/chanserv/set.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/chanserv/set.cpp b/modules/chanserv/set.cpp index cd5f56a38..0d3e6e77e 100644 --- a/modules/chanserv/set.cpp +++ b/modules/chanserv/set.cpp @@ -734,7 +734,8 @@ class CommandCSSetSecure : public Command bool OnHelp(CommandSource &source, const Anope::string &) override { source.Reply(_("Enables or disables security features for a channel." - " When \002secure\002 is set, only users who have logged in (eg. not recognized based on their hostmask) will be given access to the channel as controlled by the access list.")); + " When \002secure\002 is set, only users who have logged in (eg. not recognized based on their hostmask)" + " will be given access to channels from account-based access entries")); return true; } }; |