From WikiChip
mirc/commands/cnick
< mirc‎ | commands
Revision as of 03:32, 1 December 2013 by David (talk | contribs) (Created page with "The '''/cnick command''' allows you to modify items from the address book's nick color list. == Synopsis == /cnick -rfaniovpylNmNsN [nick[!user@host]] [color] [modes] [level...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The /cnick command allows you to modify items from the address book's nick color list.

Synopsis

/cnick -rfaniovpylNmNsN [nick[!user@host]] [color] [modes] [levels]

/cnick <on/off> 

Switches

  • -r - Removes the specified nick or address
  • -f - Forces mIRC to add another item instead of replacing an existing one
  • -a - Sets the Any Mode option
  • -n - Sets the No Mode option
  • -i - Sets the ignore option
  • -o - Sets the op option
  • -v - Sets the voice option
  • -p - Sets the protect option
  • -y - Sets the notify list option
  • -lN - Sets the idle time
  • -mN - Sets the highlight method (0-2)
  • -sN - Sorts the item into the Nth position in the list

Parameters

  • [nick[!user@host]] - Nickname or the host mask to be added
  • [color] - The color to assign the nick/host
  • [modes] - List of modes that is required for the nick/host (Ed. ~&@%+)
  • [levels] - Access level form the user list
  • <on/off> - turns nick colors on or off

Example

;Turn nick color on
/cnick on
;Add color 5 for all Operators
/cnick * 5 @
;Add color 3 for all half-op
/cnick * 3 %

Compatibility

Added: mIRC v6.1

Added On: 29/08/2003

Note: Individual switches were not taken into consideration.

See also