blob: a1b58c56850172f42b4b70333d642e3fc547d653 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 void receive_udp(string host, string msg, int hostport)
3
4DESCRIPTION
5 Handle a received IMP message.
6
7 This function is called for every message received on the IMP
8 port. Usually it is passed on to some object that handles
9 inter mud communications.
10
11HISTORY
12 The 'hostport' argument was added in 3.2.1.
13
14SEE ALSO
15 send_udp(E), query_udp_port(E)
16
1729.10.2006 Zesstra