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

//echo -ag First non operator nick is $nopnick(#,1)