MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | void receive_udp(string host, string msg, int hostport) | ||||
3 | |||||
4 | DESCRIPTION | ||||
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 | |||||
11 | HISTORY | ||||
12 | The 'hostport' argument was added in 3.2.1. | ||||
13 | |||||
14 | SEE ALSO | ||||
15 | send_udp(E), query_udp_port(E) | ||||
16 | |||||
17 | 29.10.2006 Zesstra |