summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2015-03-12 08:01:27 -0400
committerAdam <Adam@anope.org>2015-03-12 08:01:27 -0400
commit32c4908c8ce33a0b0c23fa05249db9aa5c47635c (patch)
treecac96fe62b62ef8a461d98f95a2fab110adcd3ed
parentc5ff7c686837afbb854aa6546ade3aa8c86a1cd1 (diff)
Document that m_ldap_authentication:disable_register_reason blocks grouping
-rw-r--r--data/modules.example.conf4
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"