Cnick » History » Revision 9
Revision 8 (Per Amundsen, 12/26/2018 08:50 PM) → Revision 9/11 (Per Amundsen, 12/09/2019 05:00 AM)
_Added in 2.4_ */cnick -rbfaniovpylNmNsNgw [nick[!user@host|N]|on|off] [color] [modes] [levels]* Change the items in the [[Nick_Colors_Options#Nick-color-list|nick color list]]. *Switches* -r - Remove a item from the nick color list. -b - Set the [[Addressbook_Dialog|Address Book]] flag. (AdiIRC only) -f - Forces the addition of a new entry instead of updating an existing one. -a - Sets the Any Mode option. -n - Sets the No Mode option. -i - Sets the Ignore list option. -o - Sets the auto-op flag. -v - Sets the auto-voice flag. -p - TODO -y - Sets the Notify list option. -lN - Sets the idle time. -mN - Sets the nick color method, 1 = message, 2 = nicklist, 0 = both. -sN - Sorts the item into the Nth position in the list. -g - Indicates the [color] is in [[$rgb|rgb]] format. (AdiIRC only) -w - Sets the away option. (AdiIRC only) *Parameter* [nick[!user@host]|N] - The nick/hostname to add/edit or the Nth item to remove. [on|off] - Enables or disables nick colors. [color] - If * is specified, use a random nick color, otherwise the The color to use. [modes] - Channel modes to match. [levels] - [[User levels]] to match. *Example* <pre> ; Disable nick colors. /cnick off ; Enable nick colors. /cnick on ; Add the nick color '5' for the nick 'Nick'. /cnick Nick 5 ; Remove the nick color for the nick 'Nick'. /cnick -r Nick </pre>