Project

General

Profile

On HELP » History » Revision 2

Revision 1 (Per Amundsen, 11/17/2015 11:57 AM) → Revision 2/3 (Per Amundsen, 11/17/2015 12:39 PM)

_Added in 1.9.0_ 

 *<notextile>on <level>:HELP:<#|*>:<commands></notextile>* 

 Triggers when a user receives help op. 

 _See also [[on DEHELP]], [[on VOICE]], [[on DEVOICE]], [[on OP]], [[on DEOP]], [[on SERVEROP]], [[$hnick]], [[$modefirst]], [[$modelast]]._ [[$hnick]]._ 

 *Parameters* 

 <level> - The level for the event to trigger. 
 <#|*> - The [[Matchtarget]] to listen to. 
 <commands> - The commands to be performed when the event listener's criteria is met. 

 *Example* 

 <pre> 
 on *:HELP:#:echo -ag $nick just opped $hnick 
 </pre>