$nvnick » History » Version 5
Per Amundsen, 02/23/2023 06:39 PM
1 | 1 | Per Amundsen | _Added in 2.0_ |
---|---|---|---|
2 | |||
3 | *$nvnick(#,N)* |
||
4 | |||
5 | 3 | Paul Janson | Returns the Nth 'regular' nick. Is a deprecated identifier that's the equivalent of $nick(#,N,r) |
6 | 1 | Per Amundsen | |
7 | 4 | Per Amundsen | _See also [[$nhnick]], [[$hnick]], [[$nonick]], [[$onick]], [[$nadmnick]], [[$admnick]], [[$vnick]]._ |
8 | |||
9 | 1 | Per Amundsen | *Parameters* |
10 | |||
11 | 5 | Per Amundsen | table(ktable). |
12 | |*Parameter*|*Description*| |
||
13 | | <notextile>#</notextile> | The channel. | |
||
14 | | N | If N = 0, number of nicks, otherwise the Nth nick. | |
||
15 | 1 | Per Amundsen | |
16 | *Example* |
||
17 | |||
18 | <pre> |
||
19 | 3 | Paul Janson | //echo -ag There are $nvnick(#,0) non opvoice users |
20 | 1 | Per Amundsen | |
21 | 3 | Paul Janson | //echo -ag First non opvoice nick is $nvnick(#,1) |
22 | |||
23 | //if ($nvnick(#,foobar)) echo -ag foobar is the $ord($v1) regular nick |
||
24 | 1 | Per Amundsen | </pre> |