diff options
author | TehPeGaSuS <25697531+TehPeGaSuS@users.noreply.github.com> | 2024-09-01 10:41:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-01 09:41:32 +0100 |
commit | 4b48fc98d3102cbf79d599bbb4d443cd41d7c89c (patch) | |
tree | 049398855a340147bb37e180f500e6796a484da9 | |
parent | 6da4a148fa67b86c8c067a50bfa16390b0b24687 (diff) |
Fix the documentation of mail:usemail.
`nickserv:registration` only has as options: none, admin, mail.
I assume that `mail` is the word that should replace `yes`
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 8237102e0..9d423f073 100644 --- a/data/example.conf +++ b/data/example.conf @@ -953,7 +953,7 @@ mail * If set, this option enables the mail commands in Services. You may choose * to disable it if you have no Sendmail-compatible mailer installed. Whilst * this directive (and entire block) is optional, it is required if - * nickserv:registration is set to yes. + * nickserv:registration is set to mail. */ usemail = yes |