irc-bot/bot

6 lines
133 B
Plaintext
Raw Normal View History

2011-01-07 13:03:16 -07:00
#! /bin/sh
echo "NICK $1" 1>&6
echo "USER $1 $1 $1 :I'm a little printf, short and stdout." 1>&6
exec ./dispatch ./irc ./$1-handler