Project

General

Profile

Sockwrite » History » Version 2

Per Amundsen, 02/16/2014 04:11 AM

1 2 Per Amundsen
_Added in 1.8.10_
2
3 1 Per Amundsen
*/sockwrite [-tnb] <name> [numbytes] <text|%var|&binvar>*
4
5
*Switches*
6
7
-t - Forces AdiIRC to send anything beginning with a & as normal text instead of interpreting it as a binary variable.
8
-n - Appends a [[$crlf]] to the line being sent if it is not a &binvar and if it does not already have a [[$crlf]].
9
-b - Indicates that you are specifying the numbytes value which is the number of bytes you want to send.
10
11
*Parameters*
12
13
<name> - Name of the connection to send to.
14
[numbytes] - Number of bytes to send. (used with -b)
15
<text|%var|&binvar> - Plain text, %var or &binvar to send.