blob: c0f8e403ef28c18c15f3141efcd2a4033a3c3d66 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001
2 **********************************************************
3 * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! *
4 **********************************************************
5
6SYNOPSIS:
7 int send_udp(string host, int port, string message)
8
9DESCRIPTION:
10 Sends The message in an UDP packet to the given host and port
11 number. Causes a privilege violation.
12 Returns 1 on success, 0 on failure.
13
14HISTORY
15 LDMud 3.2.9 renamed this efun to send_udp(), and also changed the
16 privilege violation string and the apply names. This old version
17 is available if the driver is compiled with USE_DEPRECATED.
18 Removed in LDMud 3.3 and LP "03.02.1@150".
19
20SEE ALSO:
21 receive_udp(M)
22
2329.10.2006 Zesstra