$nvnick » History » Revision 4
Revision 3 (Paul Janson, 03/26/2021 05:03 AM) → Revision 4/6 (Per Amundsen, 02/23/2023 06:34 PM)
_Added in 2.0_
*$nvnick(#,N)*
Returns the Nth 'regular' nick. Is a deprecated identifier that's the equivalent of $nick(#,N,r)
_See also [[$nhnick]], [[$hnick]], [[$nonick]], [[$onick]], [[$nadmnick]], [[$admnick]], [[$vnick]]._
*Parameters*
<notextile># - The channel.</notextile>
N - If N = 0, number of nicks, otherwise the Nth nick.
*Example*
<pre>
//echo -ag There are $nvnick(#,0) non opvoice users
//echo -ag First non opvoice nick is $nvnick(#,1)
//if ($nvnick(#,foobar)) echo -ag foobar is the $ord($v1) regular nick
</pre>