Project

General

Profile

$inick » History » Version 13

Per Amundsen, 02/23/2023 01:43 PM

1 12 Per Amundsen
_Added in 4.3_
2
3
*$inick*
4
5
Returns [[$true]] if [[Icons_Options#Enable-Nicklist-icons|Nicklist Icons]] are enabled, otherwise [[$false]].
6
7
--------------------------------------------------
8
9 1 Per Amundsen
_Added in 2.4_
10
11 3 Per Amundsen
*$inick(N|nick)*
12 1 Per Amundsen
13
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.
14
15
*Parameters*
16
17 13 Per Amundsen
table(ktable).
18
|*Parameter*|*Description*|
19
| N<notextile>|</notextile>nick | The Nth nick icon item or a nick to match. |
20 1 Per Amundsen
21
*Properties*
22
23 13 Per Amundsen
table(ktable).
24
|*Property*|*Description*|
25
| .icon | The filename for the icon. |
26
| .modes | Channel modes if any. |
27
| .levels | The user access levels if any. |
28
| .anymode | Returns [[$true]] if anymode is checked, otherwise [[$false]]. |
29
| .nomode | Returns [[$true]] if nomode is checked, otherwise [[$false]]. |
30
| .ignore | Returns [[$true]] if Ignore is checked, otherwise [[$false]]. |
31
| .op | Returns [[$true]] if Op is checked, otherwise [[$false]]. |
32
| .voice | Returns [[$true]] if Voice is checked, otherwise [[$false]]. |
33
| .protect | Returns [[$true]] if Protect is checked, otherwise [[$false]]. |
34
| .notify | Returns [[$true]] if Notify is checked, otherwise [[$false]]. |
35
| .abook | Returns [[$true]] if [[Addressbook_Dialog<notextile>|</notextile>Address Book]] is checked, otherwise [[$false]]. |
36
| .idle | Idle time in minutes, if set. |
37
| .network | The network name to match, if any. |
38
| .channel | The channel name(s) to match, if any. |
39
| .away | Returns [[$true]] if away is checked, otherwise [[$false]]. |