$nhnick » History » Revision 6
Revision 5 (Per Amundsen, 02/23/2023 06:30 PM) → Revision 6/7 (Per Amundsen, 02/23/2023 06:34 PM)
_Added in 2.0_ *$nhnick(#,N)* Returns the Nth non help nick. _See also [[$hnick]], [[$nonick]], [[$onick]], [[$nadmnick]], [[$admnick]], [[$nvnick]], [[$vnick]]._ [[$hnick]] ._ *Parameters* table(ktable). |*Parameter*|*Description*| | <notextile>#</notextile> | The channel. | | N | If N = 0, number of nicks, otherwise the Nth nick. | *Example* <pre> //echo -ag There is $nhnick(#,0) non help users //echo -ag First non help nick is $nhnick(#,1) </pre>