function nntp {
	service="nntp"
	use="tcp"
	port=${port:-119}
	do_service $@
}
