$nvnick » History » Revision 2
Revision 1 (Per Amundsen, 11/22/2015 12:15 AM) → Revision 2/6 (Per Amundsen, 12/14/2016 11:53 PM)
_Added in 2.0_ *$nvnick(#,N)* Returns the Nth non voice nick. *Parameters* <notextile># - The channel.</notextile> N - If N = 0, number of nicks, otherwise the Nth nick. *Example* <pre> //echo echo -ag There is $nvnick(#,0) non voice users //echo echo -ag First non voice nick is $nvnick(#,1) </pre>