_Added in 2.0_ *$nadmnick(#,N)* Returns the Nth non admin nick. _See also [[$vnick]], [[$nvnick]], [[$hnick]], [[$nhnick]], [[$opnick]], [[$nopnick.]], [[$admnick]], [[$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 $nadmnick(#,0) non admin users

//echo -ag First non admin nick is $nadmnick(#,1)