irc-bot/cobalt

10 lines
139 B
Bash
Executable File

#! /bin/sh
while true; do
./bot \
-n cobalt \
-u cobalt \
-a ./cobalt-handler \
socat STDIO OPENSSL:woozle.org:6697,verify=0
done