Project

General

Profile

Oline » History » Version 3

Per Amundsen, 06/02/2016 03:05 AM

1 1 Per Amundsen
_Added in 2.4_
2
3 3 Per Amundsen
*/oline [-hr] <@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
12
*Parameters*
13
14
<@name> - Custom window name.
15
<N|nick> - The Nth Nicklist item or matching nick to change icon for.
16
17
*Example*
18
<pre>
19
alias example {
20
  ; Change the icon for 'Nick' to 'c:\Pictures\icon1.png'
21
  /oline Nick c:\Pictures\icon1.png
22
}
23
</pre>