concepts/
efun/
SYNOPSIS
	void receive_imp(string host, string msg)

DESCRIPTION
	Handle a received IMP message.

	This function is called for every message received on the IMP
	port. Usually it is passed on to some object that handles
	inter mud communications.

SEE ALSO
	send_imp(E), query_imp_port(E)