$nvnick » History » Revision 3
Revision 2 (Per Amundsen, 12/14/2016 11:53 PM) → Revision 3/6 (Paul Janson, 03/26/2021 05:03 AM)
_Added in 2.0_ *$nvnick(#,N)* Returns the Nth 'regular' non voice nick. Is a deprecated identifier that's the equivalent of $nick(#,N,r) *Parameters* <notextile># - The channel.</notextile> N - If N = 0, number of nicks, otherwise the Nth nick. *Example* <pre> //echo -ag There are is $nvnick(#,0) non opvoice voice users //echo -ag First non opvoice voice nick is $nvnick(#,1) //if ($nvnick(#,foobar)) echo -ag foobar is the $ord($v1) regular nick </pre>