_Added in 2.0_ *$nhnick(#,N)* Returns the Nth non help nick. _See also [[$vnick]], [[$nvnick]], [[$hnick]], [[$opnick]], [[$nopnick.]], [[$admnick]], [[$nadmnick]], [[$onick.]], [[$nonick]]._ *Parameters* table(ktable). |*Parameter*|*Description*| | # | The channel. | | N | If N = 0, number of nicks, otherwise the Nth nick. | *Example*
//echo -ag There is $nhnick(#,0) non help users

//echo -ag First non help nick is $nhnick(#,1)