Autojoin: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
No edit summary
 
Aca20031 (talk | contribs)
m wrong word oops
Line 1: Line 1:
This is a convince command that handles JOIN commands in the [[Perform]] section, during a reconnect and the [[On connect]] event.
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 17: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