Difference between revisions of "Autojoin"

From Scriptwiki
Jump to: navigation, search
(No difference)

Revision as of 19:40, 22 July 2008

This is a convince 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