Project

General

Profile

$inick » History » Version 5

Per Amundsen, 07/04/2018 08:06 AM

1 1 Per Amundsen
_Added in 2.4_
2
3 3 Per Amundsen
*$inick(N|nick)*
4 1 Per Amundsen
5
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.
6
7
*Parameters*
8
9
N|nick - The Nth nick icon item or a nick to match.
10
11
*Properties*
12
13
.icon - The filename for the icon.
14
.modes - Channel modes if any.
15
.levels - The user access levels if any.
16 5 Per Amundsen
.anymode - Returns [[$true]] if anymode is checked, otherwise [[$false]].
17
.nomode - Returns [[$true]] if nomode is checked, otherwise [[$false]].
18 1 Per Amundsen
.ignore - Returns [[$true]] if Ignore is checked, otherwise [[$false]].
19 5 Per Amundsen
.op - Returns [[$true]] if Op is checked, otherwise [[$false]].
20
.voice - Returns [[$true]] if Voice is checked, otherwise [[$false]].
21 1 Per Amundsen
.protect - TODO ($false)
22
.notify - Returns [[$true]] if Notify is checked, otherwise [[$false]].
23 4 Per Amundsen
.abook- Returns [[$true]] if Address Book is checked, otherwise [[$false]].
24 1 Per Amundsen
.idle - Idle time in minutes, if set.