Actions
$nvnick » History » Revision 3
« Previous |
Revision 3/6
(diff)
| Next »
Paul Janson, 03/26/2021 05:03 AM
Added in 2.0
$nvnick(#,N)
Returns the Nth 'regular' nick. Is a deprecated identifier that's the equivalent of $nick(#,N,r)
Parameters
# - The channel.N - If N = 0, number of nicks, otherwise the Nth nick.
Example
//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
Updated by Paul Janson over 3 years ago · 3 revisions