blob: b42e78fe2fdbd09ac8881918133cefe351e0eba6 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001
2 **********************************************************
3 * ACHTUNG: WIRD VOM DRIVER NICHT MEHR GERUFEN! NICHT VERWENDEN! *
4 **********************************************************
5
6SYNOPSIS
7 void receive_udp(string host, string msg, int hostport)
8
9DESCRIPTION
10 Handle a received IMP message.
11
12 This function is called for every message received on the IMP
13 port. Usually it is passed on to some object that handles
14 inter mud communications.
15
16HISTORY
17 The 'hostport' argument was added in 3.2.1.
18 LDMud 3.2.9 renamed this method to receive_udp(); this old version
19 is supported if the driver is compiled with USE_DEPRECATED.
20 Removed in LDMud 3.3 and LP "03.02.1@150".
21
22SEE ALSO
23 send_udp(E), query_udp_port(E)
24
2529.10.2006 Zesstra