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