Difference between revisions of "On sockread"
From Scriptwiki
m |
m |
||
Line 3: | Line 3: | ||
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. | 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. | + | '''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. |
Revision as of 11:08, 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.