Users browsing this thread: 2 Guest(s)
|
|||
Thank you z3bra!
For the ii client, it is possible to use UNIX sockets instead of TCP sockets: # vi /etc/inetd.conf Code: /tmp/irc.freenode.net stream unix nowait nobody /usr/bin/openssl openssl s_client -quiet -connect irc.freenode.net:6697 # ii -s unix.chat -u /tmp/unix.chat And then you have ~/irc/unix.chat and not ~/irc/127.0.0.1. :) |
|||
Messages In This Thread |
RE: IRC - by TheAnachron - 05-01-2017, 10:58 AM
RE: IRC - by pranomostro - 05-01-2017, 10:27 PM
RE: IRC - by sametsisartenep - 11-03-2017, 12:07 PM
RE: IRC - by robotchaos - 12-04-2017, 01:40 PM
RE: IRC - by pyratebeard - 12-04-2017, 06:46 PM
RE: IRC - by robotchaos - 12-04-2017, 07:31 PM
RE: IRC - by robotchaos - 18-04-2017, 03:34 PM
RE: IRC - by perrierjouet - 15-10-2017, 03:32 PM
RE: IRC - by josuah - 11-02-2018, 07:17 PM
RE: IRC - by TheAnachron - 20-05-2021, 04:05 PM
RE: IRC - by TheAnachron - 24-05-2021, 06:20 AM
RE: IRC - by TheAnachron - 26-05-2021, 02:10 PM
|