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