Project

General

Profile

Oline » History » Version 6

Per Amundsen, 07/18/2022 09:10 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
-W - Allow using a channel or query window name for @name. *(AdiIRC only)*
12 1 Per Amundsen
13
*Parameters*
14
15
<@name> - Custom window name.
16
<N|nick> - The Nth Nicklist item or matching nick to change icon for.
17 4 Per Amundsen
<filename> - Filename of the icon.
18 1 Per Amundsen
19
*Example*
20
<pre>
21
alias example {
22
  ; Change the icon for 'Nick' to 'c:\Pictures\icon1.png'
23
  /oline Nick c:\Pictures\icon1.png
24
}
25
</pre>