Project

General

Profile

On CONNECTFAIL » History » Revision 3

Revision 2 (Per Amundsen, 11/17/2015 01:47 PM) → Revision 3/4 (Per Amundsen, 11/17/2015 01:47 PM)

_Added in 1.9.0_ 

 *<notextile>on <level>:CONNECTFAIL:<commands></notextile>* 

 Triggers when a connection attempt (including all retries) has failed. 

 _See also [[on CONNECT]], [[on DISCONNECT]]._ 

 *Parameters* 

 <level> - The level for the event to trigger. 
 <commands> - The commands to be performed when the event listener's criteria is met. 

 *Example* 

 <pre> 
 on *:CONNECTFAIL:echo *: CONNECTFAIL:echo -ag Unable to connect to $network $1- 
 </pre>