Project

General

Profile

$nvnick » History » Version 4

Per Amundsen, 02/23/2023 06:34 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
<notextile># - The channel.</notextile>
12
N - If N = 0, number of nicks, otherwise the Nth nick.
13
14
*Example*
15
16
<pre>
17 3 Paul Janson
//echo -ag There are $nvnick(#,0) non opvoice users
18 1 Per Amundsen
19 3 Paul Janson
//echo -ag First non opvoice nick is $nvnick(#,1)
20
21
//if ($nvnick(#,foobar)) echo -ag foobar is the $ord($v1) regular nick
22 1 Per Amundsen
</pre>