diff options
Diffstat (limited to '.config/s6-rc/ii-chat.sr.ht/run')
| -rwxr-xr-x | .config/s6-rc/ii-chat.sr.ht/run | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/s6-rc/ii-chat.sr.ht/run b/.config/s6-rc/ii-chat.sr.ht/run new file mode 100755 index 0000000..9bee56d --- /dev/null +++ b/.config/s6-rc/ii-chat.sr.ht/run @@ -0,0 +1,7 @@ +#!/bin/execlineb -P +importas -i HOME HOME +backtick IIPASS { cat ${HOME}/irc/.password } +export CADIR /etc/ssl/certs +s6-tlsclient chat.sr.ht 6697 +redirfd -w 1 /dev/null +ii -s chat.sr.ht -k IIPASS -n stonks3141/chat.sr.ht |
