function telnet {
	service="telnet"
	use="tcp"
	port=${port:-23}
	do_service $@
}
