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

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