Project

General

Profile

Actions

$nvnick » History » Revision 5

« Previous | Revision 5/6 (diff) | Next »
Per Amundsen, 02/23/2023 06:39 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

Parameter Description
# 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 Per Amundsen about 1 year ago · 5 revisions

Also available in: PDF HTML TXT