Aline » History » Revision 17
Revision 16 (Per Amundsen, 08/05/2020 08:43 AM) → Revision 17/18 (Per Amundsen, 03/27/2021 05:54 PM)
_Added in 1.9.0_ */aline [-ahilnpsbTNSW] [color] <@name> <text>* Add <text> into custom window named <@name>. *Switches* -a - Selects the newly added item while keeping the old selection in a side-listbox -h - Highlights the window's node in the [[Switchbar_Control|Switchbar]]/[[Treebar_Control|Treebar]] treebar/switchbar is the window is minimized -iN - Indents the wrapped line by N characters. -l - Specify the action to take place on the side-listbox -n - Prevent the line from being added if it already exists -p - *TODO* *(AdiIRC always wraps lines)* -s - Clears the old selection in a side-listbox and selects the newly added item -b - Indicates the [c] color is in [[$rgb]] format. *(AdiIRC only)* -TN - Apply timestamp prefix options. N is a optional UTC value to use for the timestamp. *(AdiIRC only)* -S - Use status window. *(AdiIRC only)* -W - Allow using a channel or query window name for @name. *(AdiIRC only)* *Parameters* [color] - Line color number. <@name> - The custom window name. <text> - The text to add. *Example* <pre> ; Open a custom window. /window -de @Example ; Add a blue colored line. /aline 12 @Example Hello world </pre>