Project

General

Profile

Oline » History » Version 5

Per Amundsen, 01/24/2020 11:57 PM

1 1 Per Amundsen
_Added in 2.4_
2
3 5 Per Amundsen
*/oline [-hrSW] <@name> <N|nick> <filename>*
4 1 Per Amundsen
5
Changes the icon of the Nth Nicklist item.
6
7
*Switches*
8
9
-h - Highlights the window's button. (if window is not active)
10
-r - Reset an item in the listbox to default.
11 5 Per Amundsen
-S - Use status window. *(AdiIRC only)*
12
-W - Allow using a channel or query window name for @name. *(AdiIRC only)*
13 1 Per Amundsen
14
*Parameters*
15
16
<@name> - Custom window name.
17
<N|nick> - The Nth Nicklist item or matching nick to change icon for.
18 4 Per Amundsen
<filename> - Filename of the icon.
19 1 Per Amundsen
20
*Example*
21
<pre>
22
alias example {
23
  ; Change the icon for 'Nick' to 'c:\Pictures\icon1.png'
24
  /oline Nick c:\Pictures\icon1.png
25
}
26
</pre>