From WikiChip
Difference between revisions of "mirc/commands/autojoin"
m (Bot: de-linking old mIRC menu) |
m (Correct typo.) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{mirc title|/autojoin Command}} | {{mirc title|/autojoin Command}} | ||
− | The '''/autojoin command''' is used in conjunction with the on Connect event (or the Perform option available in alt + o > options > | + | The '''/autojoin command''' is used in conjunction with the on Connect event (or the Perform option available in alt + o > options > perform..) in order to delay or prevent auto-joining of channels. This also apply to rejoining of open channels windows during reconnect |
== Synopsis == | == Synopsis == | ||
Line 24: | Line 24: | ||
mode $me -x | mode $me -x | ||
}</syntaxhighlight> | }</syntaxhighlight> | ||
+ | |||
+ | Note: The max delay is 600 seconds, anything more resets to 600. | ||
== Compatibility == | == Compatibility == |
Latest revision as of 23:19, 20 January 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /autojoin command is used in conjunction with the on Connect event (or the Perform option available in alt + o > options > perform..) in order to delay or prevent auto-joining of channels. This also apply to rejoining of open channels windows during reconnect
Synopsis[edit]
/autojoin -nsdN
Switches[edit]
- -n - Join now
- -s - Skip autojoin
- -dN - Delay auto-join for N seconds
Parameters[edit]
None
Example[edit]
on *:connect:{ /* 5 seconds delay before we re-join the channels Enough time to perform more important things */ autojoin -d5 ns id FooBar mode $me -x }
Note: The max delay is 600 seconds, anything more resets to 600.
Compatibility[edit]
Added: mIRC v6.17
Added on: 17 Feb 2006
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also[edit]
mIRC commands list