#! /bin/sh
##############################
# irc gateway 
##############################

if [ -f /etc/irc.conf ] ; then
	 OPT=`cat /etc/irc.conf`
else
	OPT="$@"
fi

tinyirc $OPT 

read -p "Press -ENTER-" dummy

