Cnick » History » Version 11
  Per Amundsen, 02/16/2023 01:48 AM 
  
| 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 | 11 | Per Amundsen | table(ktable). | 
| 10 | |*Switch*|*Description*| | ||
| 11 | | -r | Remove a item from the nick color list. | | ||
| 12 | | -b | Set the [[Addressbook_Dialog|Address Book]] flag. *(AdiIRC only)* | | ||
| 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 | | -p | *TODO* | | ||
| 20 | | -y | Sets the Notify list option. | | ||
| 21 | | -lN | Sets the idle time. | | ||
| 22 | | -mN | Sets the nick color method, 1 = message, 2 = nicklist, 0 = both. | | ||
| 23 | | -sN | Sorts the item into the Nth position in the list. | | ||
| 24 | | -g | Indicates the [color] is in [[$rgb|rgb]] format. *(AdiIRC only)* | | ||
| 25 | | -w | Sets the away option. *(AdiIRC only)* | | ||
| 26 | 10 | Per Amundsen | |
| 27 | *Parameter* | ||
| 28 | 1 | Per Amundsen | |
| 29 | 11 | Per Amundsen | table(ktable). | 
| 30 | |*Parameter*|*Description*| | ||
| 31 | | <notextile>[nick[!user@host]|N]</notextile> | The nick/hostname to add/edit or the Nth item to remove. | | ||
| 32 | | <notextile>[on|off]</notextile> | Enables or disables nick colors. | | ||
| 33 | | [color] | <notextile>If * is specified, use a random nick color, otherwise the color to use.</notextile> | | ||
| 34 | | [modes] | Channel modes to match. | | ||
| 35 | | [levels] | [[User levels]] to match. | | ||
| 36 | 2 | Per Amundsen | |
| 37 | *Example* | ||
| 38 | |||
| 39 | <pre> | ||
| 40 | ; Disable nick colors. | ||
| 41 | /cnick off | ||
| 42 | |||
| 43 | ; Enable nick colors. | ||
| 44 | /cnick on | ||
| 45 | |||
| 46 | ; Add the nick color '5' for the nick 'Nick'. | ||
| 47 | /cnick Nick 5 | ||
| 48 | |||
| 49 | ; Remove the nick color for the nick 'Nick'. | ||
| 50 | /cnick -r Nick | ||
| 51 | </pre> |