Cnick » History » Version 10
Per Amundsen, 12/13/2019 06:24 PM
1 | 1 | Per Amundsen | _Added in 2.4_ |
---|---|---|---|
2 | |||
3 | 6 | Per Amundsen | */cnick -rbfaniovpylNmNsNgw [nick[!user@host|N]|on|off] [color] [modes] [levels]* |
4 | 1 | Per Amundsen | |
5 | 8 | Per Amundsen | Change the items in the [[Nick_Colors_Options#Nick-color-list|nick color list]]. |
6 | 1 | Per Amundsen | |
7 | *Switches* |
||
8 | |||
9 | -r - Remove a item from the nick color list. |
||
10 | 10 | Per Amundsen | -b - Set the [[Addressbook_Dialog|Address Book]] flag. *(AdiIRC only)* |
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 | 6 | Per Amundsen | -o - Sets the auto-op flag. |
16 | -v - Sets the auto-voice flag. |
||
17 | 10 | Per Amundsen | -p - *TODO* |
18 | 1 | Per Amundsen | -y - Sets the Notify list option. |
19 | -lN - Sets the idle time. |
||
20 | -mN - Sets the nick color method, 1 = message, 2 = nicklist, 0 = both. |
||
21 | -sN - Sorts the item into the Nth position in the list. |
||
22 | 10 | Per Amundsen | -g - Indicates the [color] is in [[$rgb|rgb]] format. *(AdiIRC only)* |
23 | -w - Sets the away option. *(AdiIRC only)* |
||
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 colors. |
||
29 | 9 | Per Amundsen | [color] - If * is specified, use a random nick color, otherwise the color to use. |
30 | 1 | Per Amundsen | [modes] - Channel modes to match. |
31 | [levels] - [[User levels]] to match. |
||
32 | 2 | Per Amundsen | |
33 | *Example* |
||
34 | |||
35 | <pre> |
||
36 | ; Disable nick colors. |
||
37 | /cnick off |
||
38 | |||
39 | ; Enable nick colors. |
||
40 | /cnick on |
||
41 | |||
42 | ; Add the nick color '5' for the nick 'Nick'. |
||
43 | /cnick Nick 5 |
||
44 | |||
45 | ; Remove the nick color for the nick 'Nick'. |
||
46 | /cnick -r Nick |
||
47 | </pre> |