From WikiChip
Difference between revisions of "mirc/commands/join"
m (Add command list.) |
|||
(One intermediate revision by one other user not shown) | |||
Line 37: | Line 37: | ||
{{mIRC compatibility|2.7a}} | {{mIRC compatibility|2.7a}} | ||
+ | == See also == | ||
{{mIRC command list}} | {{mIRC command list}} | ||
[[Category:mIRC commands|join command - mIRC]] | [[Category:mIRC commands|join command - mIRC]] |
Latest revision as of 18:30, 2 May 2023
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /join command is used when you want to join a channel.
Synopsis[edit]
/join [-inxmd] [#] [key]
Note: All switches are optional.
Switches[edit]
- -i - join the last channel you were invited to.
- -n - joins the channel minimized
- -x - joins the channel maximized
- -m - joins the channel in mdi state
- -d - joins the channel in desktop state.
Parameters[edit]
- #channel - name of the channel
- [key] - channel key (password)
Examples[edit]
Join channel
/join #mIRC
Join multiple channels
/join #mIRC,#help
Join channel minimized
/join -n #mIRC
Join channel with a key (password)
/join #mIRC password
Compatibility[edit]
Added: mIRC v2.7a
Added on: 18 Mar 1995
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