From e15d00a1f635feb2e4049d6bb29fd46dd322f986 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Thu, 30 May 2019 21:14:33 -0400 Subject: [PATCH] correct obsolete reference to help-enforce --- docs/MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MANUAL.md b/docs/MANUAL.md index bfeb6a0c..6c271422 100644 --- a/docs/MANUAL.md +++ b/docs/MANUAL.md @@ -189,7 +189,7 @@ To enable this mode, set the following configs: The following additional configs may be of interest: * `accounts.nick-reservation.method = strict` ; we currently recommend strict nickname enforcement as the default, since we've found that it's less disruptive than timeout-based enforcement in real-world settings -* `accounts.nick-reservation.allow-custom-enforcement = true` ; this allows people to opt into timeout-based enforcement or opt out of enforcement as they wish. For details on how to do this, `/msg NickServ help enforce`. +* `accounts.nick-reservation.allow-custom-enforcement = true` ; this allows people to opt into timeout-based enforcement or opt out of enforcement as they wish. For details on how to do this, `/msg NickServ help set`. ### SASL-only mode