function irc {
	description="Transport Connection Protocol"
	use="tcp"
	port=${port:-6667}
	do_service $FUNCNAME $@
}
