#!/bin/sh iidir=/var/log/irclogs server=irc.oftc.net nick=zumalog realname="http://zumastor.org/irclogs/" setuser=nobody #send the join command to the fifo before starting (echo "/j #zumastor" > $iidir/$server/in &) exec setuidgid $setuser /usr/local/bin/ii -i $iidir -s $server -n $nick -f $realname