Project

General

Profile

$nadmnick » History » Revision 2

Revision 1 (Per Amundsen, 11/22/2015 12:16 AM) → Revision 2/6 (Mr. BS, 12/14/2015 05:11 AM)

_Added in 2.0_ 

 *$nadmnick(#,N)* 

 Returns the Nth non admin nick. 

 *Parameters* 

 <notextile># - The channel.</notextile> 
 N - If N = 0, number of nicks, otherwise the Nth nick. 

 *Example* 

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

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