Project

General

Profile

Inick » History » Version 1

Per Amundsen, 06/11/2016 07:22 AM

1 1 Per Amundsen
_Added in 2.4_
2
3
*/inick -rbfaniovpylNsN [nick[!user@host|N]|on|off] [iconfile] [modes] [levels]*
4
5
Change the items in the nick icon list.
6
7
*Switches*
8
9
-r - Remove a item from the nick icon list.
10
-b - Set the address book flag. (AdiIRC only)
11
-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
-o - TODO
16
-v - TODO
17
-p - TODO
18
-y - Sets the Notify list option.
19
-lN - Sets the idle time.
20
-sN - Sorts the item into the Nth position in the list.
21
22
*Parameter*
23
24
[nick[!user@host]|N] - The nick/hostname to add/edit or the Nth item to remove.
25
[on|off] - Enables or disables nick icons.
26
[iconfile] - The icon file to use.
27
[modes] - Channel modes to match.
28
[levels] - [[User levels]] to match.
29
30
*Example*
31
32
<pre>
33
; Disable nick icons.
34
/inick off
35
36
; Enable nick icons.
37
/inick on
38
39
; Add a nick icon for the nick 'Nick'.
40
/inick Nick "c:\Users\User\Pictures\icon1.ico"
41
42
; Remove the nick icon for the nick 'Nick'.
43
/inick -r Nick
44
</pre>