Project

General

Profile

On CONNECT » History » Revision 4

Revision 3 (Per Amundsen, 11/17/2015 12:57 PM) → Revision 4/5 (Per Amundsen, 11/17/2015 12:58 PM)

_Added in 1.9.0_ 

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

 Triggers when AdiIRC connects to an IRC Server right after the MOTD is displayed. 

 _See also [[on DISCONNECT]], [[on CONNECTFAIL]]._ 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 *:CONNECT:/join #channel 

 on *:CONNECT:echo -ag Now connected to $network 
 </pre>