Project

General

Profile

Icon » History » Version 19

Per Amundsen, 04/30/2022 01:37 AM

1 1 Per Amundsen
_Added in 2.4_
2
3 17 Per Amundsen
*/icon [-mscptfnrheiobu] <filename>*
4 18 Per Amundsen
*/icon [-r] [window] <filename>*
5 1 Per Amundsen
6 11 Mr. BS
Sets or resets the icon for the specified window type or window.
7 1 Per Amundsen
8
*Switches*
9
10
-m - Main icon.
11
-s - Server icon.
12
-c - Channel icon.
13
-p - Query icon.
14
-t - Tool icon.
15
-u - Custom icon.
16
-f - Folder icon.
17 2 Per Amundsen
-n - Notify icon.
18 1 Per Amundsen
-r - Resets icon.
19 3 Per Amundsen
-h - Highlight icon.
20 4 Per Amundsen
-e - Treebar arrow down icon.
21 1 Per Amundsen
-i - Treebar arrow right icon.
22
-o - Scroll to bottom arrow.
23 6 Per Amundsen
-b - Treebar close icon.
24 1 Per Amundsen
25
*Parameters*
26
27 16 Per Amundsen
[window] - Window to change icon for. if no icon type is defined and no valid window is defined, current window is used. (optional)
28 8 Per Amundsen
<filename> - The filename of the icon.
29 1 Per Amundsen
30
*Example*
31
32
<pre>
33
; Change the channel icon.
34
/icon -c C:\Users\User\Pictures\icon1.ico
35
36
; Reset the channel icon.
37
/icon -cr
38 9 Per Amundsen
</pre>