Autojoin
From Scriptwiki
This is a convenience command that handles JOIN commands in the Perform section, during a reconnect and the On connect event.
/autojoin [-nsdN]
- The -n switch forces all joins to trigger simultaneously
- The -s switch forces all joins to be skipped (Do not join in the above three cases)
- The -dN switch forces the client to wait N seconds before joining
Example
Wait five seconds before joining:
autojoin -d5
Join all channels now:
autojoin -n
Do not join channels this time
autojoin -s