Difference between revisions of "On udpread"
From Scriptwiki
m (removed self from see also) |
m (Why did I think there was a /udpread) |
||
Line 4: | Line 4: | ||
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. | 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 [[ | + | Data is read from the buffer using [[sockread]]. |
==See Also== | ==See Also== | ||
* [[On sockread]] | * [[On sockread]] | ||
− | * [[ | + | * [[sockread]] |
* [[sockudp]] | * [[sockudp]] | ||
* [[sockmark]] | * [[sockmark]] |
Latest revision as of 00:21, 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 sockread.