From 32c4908c8ce33a0b0c23fa05249db9aa5c47635c Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 12 Mar 2015 08:01:27 -0400 Subject: [PATCH] Document that m_ldap_authentication:disable_register_reason blocks grouping --- data/modules.example.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"