irc-bot/cobalt

7 lines
87 B
Plaintext
Raw Normal View History

2010-12-15 22:36:16 -07:00
#! /bin/sh
2011-01-06 21:08:21 -07:00
while true; do
tcpclient woozle.org 6667 ./bot cobalt
sleep 5
done