Actions
$nvnick » History » Revision 2
« Previous |
Revision 2/6
(diff)
| Next »
Per Amundsen, 12/14/2016 11:53 PM
Added in 2.0
$nvnick(#,N)
Returns the Nth non voice nick.
Parameters
# - The channel.N - If N = 0, number of nicks, otherwise the Nth nick.
Example
//echo -ag There is $nvnick(#,0) non voice users //echo -ag First non voice nick is $nvnick(#,1)
Updated by Per Amundsen almost 8 years ago · 2 revisions