diff options
author | Alexey Yerin <yyp@disroot.org> | 2021-11-28 16:52:23 +0300 |
---|---|---|
committer | Hubert Hirtz <hubert@hirtz.pm> | 2021-11-29 08:42:41 +0100 |
commit | a8ff57704da5ab4fc0eb3fb2a9f0f3f68777330b (patch) | |
tree | fa4a926eadf63f3b37003d0d60783c59591ff039 /doc | |
parent | Finish registration when not using SASL (diff) |
senpai.5: remove mention of no-tls
This option no longer exists
Diffstat (limited to 'doc')
-rw-r--r-- | doc/senpai.5.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/senpai.5.scd b/doc/senpai.5.scd index 79b923a..38b9556 100644 --- a/doc/senpai.5.scd +++ b/doc/senpai.5.scd @@ -15,8 +15,8 @@ Some settings are required, the others are optional. *address* (required) The address (_host[:port]_) of the IRC server. senpai uses TLS connections - by default unless you specify *no-tls* option. TLS connections default to - port 6697, plain-text use port 6667. + by default unless you specify *tls* option to be *false*. TLS connections + default to port 6697, plain-text use port 6667. *nickname* (required) Your nickname, sent with a _NICK_ IRC message. It mustn't contain spaces or |