diff options
author | Adam <Adam@anope.org> | 2015-03-12 08:01:27 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-03-12 08:01:27 -0400 |
commit | 32c4908c8ce33a0b0c23fa05249db9aa5c47635c (patch) | |
tree | cac96fe62b62ef8a461d98f95a2fab110adcd3ed | |
parent | c5ff7c686837afbb854aa6546ade3aa8c86a1cd1 (diff) |
Document that m_ldap_authentication:disable_register_reason blocks grouping
-rw-r--r-- | data/modules.example.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index be4725816..7d2c076f1 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -299,7 +299,9 @@ module { name = "help" } password_attribute = "userPassword" /* - * If set, the reason to give the users who try to "/msg NickServ REGISTER". + * If set, the reason to give the users who try to register with nickserv, + * including nick registration from grouping. + * * If not set, then registration is not blocked. */ #disable_register_reason = "To register on this network visit http://some.misconfigured.site/register" |