Project

General

Profile

Oline » History » Version 8

Per Amundsen, 02/16/2023 02:54 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 8 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -h | Highlights the window's button. (if window is not active) |
12
| -r | Reset an item in the listbox to default. |
13
| -W | Allow using a channel or query window name for @name. |
14 1 Per Amundsen
15
*Parameters*
16
17 8 Per Amundsen
table(ktable).
18
|*Parameter*|*Description*|
19
| <@name> | Custom window name. |
20
| &lt;N<notextile>|</notextile>nick&gt; | The Nth Nicklist item or matching nick to change icon for. |
21
| &lt;filename&gt; | Filename of the icon. |
22 1 Per Amundsen
23
*Example*
24
<pre>
25
alias example {
26
  ; Change the icon for 'Nick' to 'c:\Pictures\icon1.png'
27
  /oline Nick c:\Pictures\icon1.png
28
}
29
</pre>