diff options
-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" |