_Added in 1.9.4_ *$cnick(N|nick, M)* Returns the Nth nick in nick color list, or if nick is specified returns Nth position of item in list that matches nick. If nick does not match any items, returns zero. *Parameters* table(ktable). |*Parameter*|*Description*| | N|nick | The Nth nickcolor item or a nick to match. | | M | TODO. | *Properties* table(ktable). |*Property*|*Description*| | .color | The nickcolor. | | .rgbcolor | The [[$rgb|rgb]] color if set. *(AdiIRC only)* | | .modes | Channel modes if any. | | .levels | The user access levels if any. | | .method | The nickcolor method (0 = message and nicklist, 1 = message, 2 = nicklist) | | .anymode | Returns [[$true]] if anymode is checked, otherwise [[$false]]. | | .nomode | Returns [[$true]] if nomode is checked, otherwise [[$false]]. | | .ignore | Returns [[$true]] if Ignore is checked, otherwise [[$false]]. | | .op | Returns [[$true]] if Op is checked, otherwise [[$false]]. | | .voice | Returns [[$true]] if Voice is checked, otherwise [[$false]]. | | .protect | Returns [[$true]] if Protect is checked, otherwise [[$false]]. | | .notify | Returns [[$true]] if Notify is checked, otherwise [[$false]]. | | .abook | Returns [[$true]] if [[Addressbook_Dialog|Address Book]] is checked, otherwise [[$false]]. *(AdiIRC only)* | | .idle | Idle time in minutes, if set. | | .network | The network name to match, if any. *(AdiIRC only)* | | .channel | The channel name to match, if any. *(AdiIRC only)* | | .away | Returns [[$true]] if away is checked, otherwise [[$false]]. *(AdiIRC only)* | | .auto | Returns [[$true]] if Use random color is checked, otherwise [[$false]]. | | .fontbold | Returns [[$true]] if Bold is checked, otherwise [[$false]]. *(AdiIRC only)* | | .fontitalic | Returns [[$true]] if Italic is checked, otherwise [[$false]]. *(AdiIRC only)* | | .fontunderline | Returns [[$true]] if Underline is checked, otherwise [[$false]]. *(AdiIRC only)* | | .backcolor | The background color if set. *(AdiIRC only)* | | .rgbbackcolor | The [[$rgb|rgb]] background color if set. *(AdiIRC only)* |