Project

General

Profile

On DISCONNECT » History » Revision 2

Revision 1 (Per Amundsen, 11/17/2015 12:59 PM) → Revision 2/3 (Per Amundsen, 11/17/2015 01:46 PM)

_Added in 1.9.0_ 

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

 Triggers when you quit or AdiIRC disconnects from a IRC Server. 

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

 *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 *:DISCONNECT:echo *:DISCONNECT -ag Disconnected from $network 
 </pre>