Project

General

Profile

$cnick » History » Version 9

Per Amundsen, 06/09/2016 05:10 AM

1 1 Per Amundsen
_Added in 1.9.4_
2
3 6 Per Amundsen
*$cnick(N|nick, M)*
4 1 Per Amundsen
5 3 Per Amundsen
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.
6 1 Per Amundsen
7
*Parameters*
8
9 6 Per Amundsen
N|nick - The Nth nickcolor item or a nick to match.
10 1 Per Amundsen
M - TODO.
11
12
*Properties*
13
14
.color - The nickcolor.
15 8 Per Amundsen
.modes - Channel modes if any.
16 7 Per Amundsen
.levels - The user access levels if any.
17 2 Per Amundsen
.method - The nickcolor method (0 = message and nicklist, 1 = message, 2 = nicklist)
18 5 Per Amundsen
.anymode - [[$true]] if anymode is checked, otherwise [[$false]].
19
.nomode - [[$true]] if nomode is checked, otherwise [[$false]].
20 9 Per Amundsen
.ignore - Returns [[$true]] if Ignore is checked, otherwise [[$false]].
21 1 Per Amundsen
.op - TODO ($false)
22
.voice - TODO ($false)
23
.protect - TODO ($false)
24 9 Per Amundsen
.notify - Returns [[$true]] if Notify is checked, otherwise [[$false]].
25
.abook- Returns [[$true]] if Address Book is checked, otherwise [[$false]]. (AdiIRC only)
26 1 Per Amundsen
.idle - Idle time in minutes, if set.