MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | |
| 2 | ********************************************************** |
| 3 | * ACHTUNG: WIRD VOM DRIVER NICHT MEHR GERUFEN! NICHT VERWENDEN! * |
| 4 | ********************************************************** |
| 5 | |
| 6 | SYNOPSIS |
| 7 | void receive_udp(string host, string msg, int hostport) |
| 8 | |
| 9 | DESCRIPTION |
| 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 | |
| 16 | HISTORY |
| 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 | |
| 22 | SEE ALSO |
| 23 | send_udp(E), query_udp_port(E) |
| 24 | |
| 25 | 29.10.2006 Zesstra |