Difference between revisions of "Autojoin"
From Scriptwiki
m (wrong word oops) |
|||
Line 1: | Line 1: | ||
− | This is a | + | This is a convenience command that handles JOIN commands in the [[Perform]] section, during a reconnect and the [[On connect]] event. |
/autojoin [-nsdN] | /autojoin [-nsdN] |
Revision as of 18:41, 22 July 2008
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