From WikiChip
Difference between revisions of "mirc/commands/autojoin"
m (Bot: Adding a template) |
m (bot: sort-key added to category) |
||
Line 34: | Line 34: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|autojoin command - mIRC]] |
Revision as of 18:52, 29 July 2014
Template:mIRC menu The /autojoin command is used in conjunction with the on Connect event (or the Perform option available in alt + o > options > perfom..) in order to delay or prevent auto-joining of channels. This also apply to rejoining of open channels windows during reconnect
Synopsis
/autojoin -nsdN
Switches
- -n - Join now
- -s - Skip autojoin
- -dN - Delay auto-join for N seconds
Parameters
None
Example
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 }
Compatibility
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
mIRC commands list