Project

General

Profile

Icon » History » Version 1

Per Amundsen, 06/07/2016 07:15 AM

1 1 Per Amundsen
_Added in 2.4_
2
3
*/icon [-mscptufr] [window]*
4
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
-r - Resets icon.
17
18
*Parameters*
19
20
[window] - Window to change icon for, if no icon is defined and no window type is defined, current window is used.
21
22
*Example*
23
24
<pre>
25
; Change the channel icon.
26
/icon -c C:\Users\User\Pictures\icon1.ico
27
28
; Reset the channel icon.
29
/icon -cr
30
</pre>