Project

General

Profile

$nadmnick » History » Revision 3

Revision 2 (Mr. BS, 12/14/2015 05:11 AM) → Revision 3/6 (Per Amundsen, 02/23/2023 06:26 PM)

_Added in 2.0_ 

 *$nadmnick(#,N)* 

 Returns the Nth non admin nick. 

 _See also [[$admnick]]._ 

 *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 $nadmnick(#,0) non admin users 

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