Project

General

Profile

Autojoin » History » Revision 4

Revision 3 (Per Amundsen, 06/20/2017 04:35 PM) → Revision 4/5 (Per Amundsen, 06/20/2017 04:36 PM)

_Added in 1.9.4_ 

 */autojoin [-nsdN]* 

 Can be used in the [[on CONNECT]] event or Perform section to delay or prevent auto joining of channels. 

 _This also affects the rejoining of open channel windows during a reconnect._ 

 *Parameters* 

 -n - Join now. 
 -s - Skip autojoin. 
 -dN - Delay autojoin for N seconds. 

 *Example* 

 <pre> 
 ; Delay ;Delay autojoin for 5 seconds. seconds 
 on *:CONNECT:autojoin -d5 

 ; Skip autojoin. ;Skip autojoin 
 on *:CONNECT:autojoin -s 
 </pre>