# default: off
# description: Bitlbee is an IRC gateway to other networks.
service ircd
{
        type            = UNLISTED
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= bitlbee
        group           = nogroup 
	server		= /usr/sbin/bitlbee
        port            = 6667
	disable		= yes
        log_on_failure  += USERID
}
