$cnick » History » Version 4
Per Amundsen, 08/10/2015 08:58 AM
1 | 1 | Per Amundsen | _Added in 1.9.4_ |
---|---|---|---|
2 | |||
3 | *$cnick(N/nick, M)* |
||
4 | |||
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 | 3 | 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 | .modes - Channelmodes if any. |
||
16 | .levels - TODO |
||
17 | 2 | Per Amundsen | .method - The nickcolor method (0 = message and nicklist, 1 = message, 2 = nicklist) |
18 | 4 | Per Amundsen | .anymode - [[$true]] if anymode is checked, else [[$false]]. |
19 | .nomode - [[$true]] if nomode is checked, else [[$false]]. |
||
20 | 1 | Per Amundsen | .ignore - TODO ($false) |
21 | .op - TODO ($false) |
||
22 | .voice - TODO ($false) |
||
23 | .protect - TODO ($false) |
||
24 | ,notify - TODO ($false) |
||
25 | .idle - Idle time in minutes, if set. |