On udpread: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
mNo edit summary
 
Aca20031 (talk | contribs)
m Why did I think there was a /udpread
 
(One intermediate revision by the same user not shown)
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 [[udpread]].
Data is read from the buffer using [[sockread]].


==See Also==
==See Also==
* [[On sockread]]
* [[On sockread]]
* [[udpread]]
* [[sockread]]
* [[On udpread]]
* [[sockudp]]
* [[sockmark]]
* [[sockmark]]
* [[socklist]]
* [[socklist]]

Latest revision as of 23:21, 1 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.

See Also