Difference between revisions of "On udpread"

From Scriptwiki
Jump to: navigation, search
m
 
m (removed self from see also)
Line 9: Line 9:
 
* [[On sockread]]
 
* [[On sockread]]
 
* [[udpread]]
 
* [[udpread]]
* [[On udpread]]
+
* [[sockudp]]
 
* [[sockmark]]
 
* [[sockmark]]
 
* [[socklist]]
 
* [[socklist]]

Revision as of 01:20, 2 October 2008

Triggered when a UDP packet is received.

on 1:UDPREAD:<socket name>:<commands>

When data is received via a UDP packet on a port on which mIRC is listening (via the sockudp -k command), this event is called once. Data is read from the buffer using udpread.

See Also