Actions
$nonick » History » Revision 5
« Previous |
Revision 5/6
(diff)
| Next »
Per Amundsen, 02/23/2023 06:35 PM
Added in 2.0
$nonick(#,N)
Returns the Nth non owner nick.
See also $nhnick, $hnick, $onick, $nadmnick, $admnick, $nvnick, $vnick.
Parameters
Parameter | Description |
# | The channel. |
N | If N = 0, number of nicks, otherwise the Nth nick. |
Example
//echo -ag There is $nonick(#,0) non admin users //echo -ag First non admin nick is $nonick(#,1)
Updated by Per Amundsen over 1 year ago · 5 revisions