Actions
$nopnick » History » Revision 4
« Previous |
Revision 4/5
(diff)
| Next »
Per Amundsen, 02/23/2023 06:25 PM
Added in 2.0
$nopnick(#,N)
Returns the Nth non operator nick.
See also $opnick .
Parameters
Parameter | Description |
# | The channel. | |
N | If N = 0, number of nicks, otherwise the Nth nick. |
Example
//echo -ag There is $nopnick(#,0) non operator users //echo -ag First non operator nick is $nopnick(#,1)
Updated by Per Amundsen over 1 year ago · 4 revisions