Project

General

Profile

$admnick » History » Revision 4

Revision 3 (Per Amundsen, 11/21/2015 11:55 PM) → Revision 4/9 (Mr. BS, 12/14/2015 05:04 AM)

_Added in 2.0_ 

 *$admnick* 

 Returns the nick that was (de)opped during a [[on ADMIN]], on [[on DEADMIN]] [[Scripting_Events|event]]. 

 *Example* 

 <pre> 
 on *:ADMIN:*:echo -ag The nick opped is $admnick 

 on *:DEADMIN:*:echo -ag The nick deopped is $admnick 
 </pre> 

 ----------------------------------------------------------------------------- 

 _Added in 2.0_ 

 *$admnick(#,N)* 

 Returns the Nth 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 $admnick(#,0) admin users 

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