Difference between revisions of "On sockread"

From Scriptwiki
Jump to: navigation, search
m
m
Line 7: Line 7:
 
=== See also ===
 
=== See also ===
 
* [[sockread|/sockread]]
 
* [[sockread|/sockread]]
 +
 +
[[Category:Socket]]

Revision as of 12:19, 11 September 2006

on 1:sockread:name:commands

The sockread event is triggered when there is info waiting to be read on the specified connection. You can read this info using the /sockread command.

Note: If this event triggers but no /sockread is performed to attempt to read the buffer, it is assumed that no script exists that is handling this buffer, so it is cleared and the info it contained is lost.

See also