Project

General

Profile

On OPEN » History » Revision 8

Revision 7 (Per Amundsen, 11/16/2015 04:23 AM) → Revision 8/24 (Per Amundsen, 12/31/2016 12:37 PM)

_Added in 1.9.0_ 

 *<notextile>on <level>:OPEN:<?|=|!|*>:<matchtext>:<commands></notextile>* 
 *<notextile>on <level>:OPEN:<?|=|!|*>:<commands></notextile>* 

 _For DCC Chat windows, the <matchtext> parameter is excluded, and it triggers only on successful connection._ 

 Trigger for various events relating to the opening of a window of different types of windows. 

 Note: If you halt an [[on OPEN]] event triggered by an incoming private message, no [[on TEXT]]/[[on ACTION]] events is triggered 

 _See also [[on CLOSE]]._ 

 *Parameters* 

 <level> - The level for the event to trigger. 
 <?|@|=|!|*> - The [[Matchtarget]] to listen to. 
 <matchtext> - The [[Matchtext]] to listen to. 
 <commands> - The commands to be performed when the event listener's criteria is met. 

 *Example* 

 <pre> 
 ; Print a message when a query window is opened. 
 on *:OPEN:?:*:echo -ag Opened query window for $nick 
 </pre>