Project

General

Profile

$hnick » History » Revision 5

Revision 4 (Per Amundsen, 11/21/2015 11:56 PM) → Revision 5/11 (Mr. BS, 12/14/2015 05:09 AM)

_Added in 1.9.0_ 

 *$hnick* 

 Returns the nick that was (de)opped during a [[on HELP]] on [[on DEHELP]] [[Scripting_Events|event]]. 

 *Example* 

 <pre> 
 on *:HELP:*:echo -ag The nick opped is $hnick 

 on *:DEHELP:*:echo -ag The nick deopped is $hnick 
 </pre> 

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

 _Added in 2.0_ 

 *$hnick(#,N)* 

 Returns the Nth help nick. 

 *Parameters* 

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

 *Example* 

 <pre> 
 //echo echo -ag There is $hnick(#,0) help users 

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