Project

General

Profile

Inick » History » Version 12

Per Amundsen, 04/29/2022 04:29 AM

1 1 Per Amundsen
_Added in 2.4_
2
3 11 Per Amundsen
*/inick -rbfaniovpylNmNsNwCN [nick[!user@host|N]|on|off] [iconfile] [channels(s)] [network(s)] [modes] [levels]*
4 1 Per Amundsen
5 7 Per Amundsen
Change the items in the [[Icons_Options#Nicklist-icons-list|nick icon list]].
6 1 Per Amundsen
7
*Switches*
8
9
-r - Remove a item from the nick icon list.
10 9 Per Amundsen
-b - Set the [[Addressbook_Dialog|Address Book]] flag.
11 1 Per Amundsen
-f - Forces the addition of a new entry instead of updating an existing one.
12
-a - Sets the Any Mode option.
13
-n - Sets the No Mode option.
14
-i - Sets the Ignore list option.
15 5 Per Amundsen
-o - Sets the auto-op flag.
16
-v - Sets the auto-voice flag.
17 1 Per Amundsen
-y - Sets the Notify list option.
18
-lN - Sets the idle time.
19 2 Per Amundsen
-mN - Sets the nick color method, 1 = message, 2 = nicklist, 0 = both.
20 1 Per Amundsen
-sN - Sorts the item into the Nth position in the list.
21
-w - Sets the away option.
22 12 Per Amundsen
-C - indicate [channel(s)] is specified.
23
-N - indicate [networks(s)] is specified.
24 1 Per Amundsen
25
*Parameter*
26
27
[nick[!user@host]|N] - The nick/hostname to add/edit or the Nth item to remove.
28
[on|off] - Enables or disables nick icons.
29
[iconfile] - The icon file to use.
30 11 Per Amundsen
[channels(s)] - Used with -C.
31
[network(s)] - Used with -N.
32 1 Per Amundsen
[modes] - Channel modes to match.
33
[levels] - [[User levels]] to match.
34
35
*Example*
36
37
<pre>
38
; Disable nick icons.
39
/inick off
40
41
; Enable nick icons.
42
/inick on
43
44
; Add a nick icon for the nick 'Nick'.
45
/inick Nick "c:\Users\User\Pictures\icon1.ico"
46
47
; Remove the nick icon for the nick 'Nick'.
48
/inick -r Nick
49
</pre>