Project

General

Profile

$nopnick » History » Revision 4

Revision 3 (Per Amundsen, 02/23/2023 06:25 PM) → Revision 4/5 (Per Amundsen, 02/23/2023 06:25 PM)

_Added in 2.0_ 

 *$nopnick(#,N)* 

 Returns the Nth non operator nick. 

 _See also [[$opnick]] ._ 

 *Parameters* 

 table(ktable). 
 |*Parameter*|*Description*| 
 | <notextile># | - The channel.</notextile> | 
 | N | - If N = 0, number of nicks, otherwise the Nth nick. | 

 *Example* 

 <pre> 
 //echo -ag There is $nopnick(#,0) non operator users 

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