Project

General

Profile

Icon » History » Version 2

Per Amundsen, 08/22/2016 12:27 PM

1 1 Per Amundsen
_Added in 2.4_
2
3 2 Per Amundsen
*/icon [-mscptufnr] [window]*
4 1 Per Amundsen
5
Sets or resets the icon for the specified window type or window.'
6
7
*Switches*
8
9
-m - Main icon.
10
-s - Server icon.
11
-c - Channel icon.
12
-p - Query icon.
13
-t - Tool icon.
14
-u - Custom icon.
15
-f - Folder icon.
16 2 Per Amundsen
-u - Custom icon.
17
-n - Notify icon.
18 1 Per Amundsen
-r - Resets icon.
19
20
*Parameters*
21
22
[window] - Window to change icon for, if no icon is defined and no window type is defined, current window is used.
23
24
*Example*
25
26
<pre>
27
; Change the channel icon.
28
/icon -c C:\Users\User\Pictures\icon1.ico
29
30
; Reset the channel icon.
31
/icon -cr
32
</pre>