diff options
author | mischief <mischief@offblast.org> | 2014-12-27 23:38:21 -0800 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2014-12-27 23:38:21 -0800 |
commit | 31e1c15d441e38a740b8f209f86b8b2d0fc49d79 (patch) | |
tree | 092cfb1a808ddb5c6fcf2aa93c14f9e9255faffb /sys/man/1 | |
parent | dc69af5010c1c4860b24d91c7b702ffc199bdf66 (diff) |
ircrc: use aux/trampoline or tlsclient for connections, add -T flag for tls
previously ircrc dialed through /net itself and resolved ips on its own. this prevented the use of an ip address, and also prevented use of ipv6. now you can use an ip, or a dns name that resolves to ipv6. the -T flag is also added to use tlsclient for encrypted connections.
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/ircrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/man/1/ircrc b/sys/man/1/ircrc index fbcee5e95..7f14fd46d 100644 --- a/sys/man/1/ircrc +++ b/sys/man/1/ircrc @@ -20,6 +20,8 @@ ircrc \- internet relay chat client .I nick ] [ +.B -T +] [ .I server ] .SH DESCRIPTION @@ -60,6 +62,11 @@ unless they are commands. .BI -n " nick Change the default nickname .RB ( $user ). +.TP +.BI -T +.br +Use tls through +.IR tlsclient(8) . .SS Commands .I Ircrc commands begin with a slash. |