Project

General

Profile

Aline » History » Version 13

Per Amundsen, 02/03/2019 10:59 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3 13 Per Amundsen
*/aline [-ahilnpsbTN] [color] <@name> <text>*
4 1 Per Amundsen
5
Add <text> into custom window named <@name>.
6
7 2 Per Amundsen
*Switches*
8
9 10 Per Amundsen
-a - Selects the newly added item while keeping the old selection in a listbox 
10
-h -  Highlights the window's node in the treebar/switchbar is the window is minimized 
11 9 Per Amundsen
-iN - Indents the wrapped line by N characters.
12 10 Per Amundsen
-l - Specify the action to take place on the side-listbox 
13
-n - Prevent the line from being added if it already exists 
14 5 Per Amundsen
-p - TODO
15 1 Per Amundsen
-s - Clears the old selection in a listbox and selects the newly added item 
16
-b - Indicates the [c] color is in [[$rgb]] format. (AdiIRC only)
17 13 Per Amundsen
-TN - Apply timestamp prefix options. N is a optional UTC value to use for the timestamp. (AdiIRC only)
18 2 Per Amundsen
19
*Parameters*
20
21 8 Per Amundsen
[color] - Line color number.
22 2 Per Amundsen
<@name> - The custom window name.
23 8 Per Amundsen
<text> - The text to add.
24 3 Per Amundsen
25
*Example*
26 6 Per Amundsen
27 3 Per Amundsen
<pre>
28 11 Per Amundsen
; Open a custom window.
29
/window -de @Example
30 3 Per Amundsen
 
31 11 Per Amundsen
; Add a blue colored line.
32
/aline 12 @Example Hello world
33 3 Per Amundsen
</pre>