Difference between revisions of "Autojoin"
From Scriptwiki
m (Category) |
|||
(One intermediate revision by the same user not shown) | |||
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] | ||
Line 17: | Line 17: | ||
Do not join channels this time | Do not join channels this time | ||
autojoin -s | autojoin -s | ||
+ | |||
+ | [[Category:Commands]] |
Latest revision as of 23:35, 1 October 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