Difference between revisions of "On sockread"

From Scriptwiki
Jump to: navigation, search
m
m
 
Line 5: Line 5:
 
'''Note:''' If this event triggers but no [[sockread|/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.
 
'''Note:''' If this event triggers but no [[sockread|/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 ===
+
== See also ==
 
* [[sockread|/sockread]]
 
* [[sockread|/sockread]]
  
 
[[Category:Socket]]
 
[[Category:Socket]]

Latest revision as of 10:14, 2 July 2007

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