Project

General

Profile

Actions

Sockwrite » History » Revision 4

« Previous | Revision 4/9 (diff) | Next »
Per Amundsen, 02/16/2014 06:50 AM


Added in 1.8.10

/sockwrite [-tnb] <name> [numbytes] <text|%var|&binvar>

Queues data to be sent on the specified connection. AdiIRC will then try to send that info as quickly as it can. Once it has finished sending the info, it triggers the on sockwrite event so you can send more info if you need to.

You can use a wildcard name to send the same information at once to all connections that match the wildcard.

If the write fails, it will set $sock().wserr to the error value, and triggers the on sockwrite event with $sockerr set.

Switches

-t - Forces AdiIRC to send anything beginning with a & as normal text instead of interpreting it as a binary variable.
-n - Appends a $crlf to the line being sent if it is not a &binvar and if it does not already have a $crlf.
-b - TODO

Parameters

<name> - Name of the connection to send to.
[numbytes] - Number of bytes to send. (used with -b)
<text|%var|&binvar> - Plain text, %var or &binvar to send.

Updated by Per Amundsen about 10 years ago · 4 revisions

Also available in: PDF HTML TXT