Project

General

Profile

$cnick » History » Version 20

Per Amundsen, 02/10/2020 01:21 PM

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 17 Per Amundsen
.rgbcolor - The [[$rgb|rgb]] color if set. *(AdiIRC only)*
16 8 Per Amundsen
.modes - Channel modes if any.
17 7 Per Amundsen
.levels - The user access levels if any.
18 2 Per Amundsen
.method - The nickcolor method (0 = message and nicklist, 1 = message, 2 = nicklist)
19 11 Per Amundsen
.anymode - Returns [[$true]] if anymode is checked, otherwise [[$false]].
20
.nomode - Returns [[$true]] if nomode is checked, otherwise [[$false]].
21 9 Per Amundsen
.ignore - Returns [[$true]] if Ignore is checked, otherwise [[$false]].
22 12 Per Amundsen
.op - Returns [[$true]] if Op is checked, otherwise [[$false]].
23
.voice - Returns [[$true]] if Voice is checked, otherwise [[$false]].
24 18 Per Amundsen
.protect - Returns [[$true]] if Protect is checked, otherwise [[$false]].
25 9 Per Amundsen
.notify - Returns [[$true]] if Notify is checked, otherwise [[$false]].
26 17 Per Amundsen
.abook- Returns [[$true]] if [[Addressbook_Dialog|Address Book]] is checked, otherwise [[$false]]. *(AdiIRC only)*
27 1 Per Amundsen
.idle - Idle time in minutes, if set.
28 17 Per Amundsen
.network - The network name to match, if any. *(AdiIRC only)*
29
.channel - The channel name to match, if any. *(AdiIRC only)*
30
.away - Returns [[$true]] if away is checked, otherwise [[$false]]. *(AdiIRC only)*
31 19 Per Amundsen
.auto - Returns [[$true]] if Use random color is checked, otherwise [[$false]].
32 20 Per Amundsen
.fontbold - Returns [[$true]] if Bold is checked, otherwise [[$false]]. *(AdiIRC only)*
33
.fontitalic - Returns [[$true]] if Italic is checked, otherwise [[$false]]. *(AdiIRC only)*
34
.fontunderline - Returns [[$true]] if Underline is checked, otherwise [[$false]]. *(AdiIRC only)*