$nonick » History » Revision 4
Revision 3 (Per Amundsen, 02/23/2023 06:29 PM) → Revision 4/6 (Per Amundsen, 02/23/2023 06:30 PM)
_Added in 2.0_ *$nonick(#,N)* Returns the Nth non owner nick. _see also [[$onick]]._ *Parameters* table(ktable). |*Parameter*|*Description*| | <notextile>#</notextile> <notextile># | The channel. channel.</notextile> | | N | If N = 0, number of nicks, otherwise the Nth nick. | *Example* <pre> //echo -ag There is $nonick(#,0) non admin users //echo -ag First non admin nick is $nonick(#,1) </pre>