Actions
Autojoin » History » Revision 4
« Previous |
Revision 4/5
(diff)
| Next »
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
; Delay autojoin for 5 seconds. on *:CONNECT:autojoin -d5 ; Skip autojoin. on *:CONNECT:autojoin -s
Updated by Per Amundsen over 7 years ago · 4 revisions