Project

General

Profile

Actions

Added in 4.3

$inick

Returns $true if 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

Parameter Description
N|nick The Nth nick icon item or a nick to match.

Properties

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 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.

Updated by Per Amundsen about 1 year ago · 13 revisions

Also available in: PDF HTML TXT