Autojoin » History » Revision 2
Revision 1 (Per Amundsen, 08/17/2014 06:27 AM) → Revision 2/5 (Per Amundsen, 08/17/2014 06:28 AM)
_Added in 1.9.4_
*/autojoin [-nsdN]*
Can be used in the on CONNECT event or Perform section to delay or prevent autojoining 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 autojoin for 5 seconds
on *:CONNECT:autojoin -d5
;Skip autojoin
on *:CONNECT:autojoin -s
</pre>