_Added in 4.3_ *$inick* Returns [[$true]] if [[Icons_Options#Enable-Nicklist-icons|Nicklist Icons]] are enabled, otherwise [[$false]]. -------------------------------------------------- _Added in 2.4_ *$inick(N|nick)* Returns the Nth nick in nick icon 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 nick icon item or a nick to match. | *Properties* table(ktable). |*Property*|*Description*| | .icon | The filename for the icon. | | .modes | Channel modes if any. | | .levels | The user access levels if any. | | .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]]. | | .idle | Idle time in minutes, if set. | | .network | The network name to match, if any. | | .channel | The channel name(s) to match, if any. | | .away | Returns [[$true]] if away is checked, otherwise [[$false]]. |