Difference between revisions of "Join"
From Scriptwiki
BlackShroud (talk | contribs) |
m |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
/join #mysecretchannel helloworld | /join #mysecretchannel helloworld | ||
− | [[Category:Basic IRC commands]][[Category: | + | |
+ | You can join multiple channels in one command by seperating them with a comma (,) | ||
+ | |||
+ | /join #channel1,#channel2 password,#channel3 | ||
+ | |||
+ | '''Note:''' Joining channel 0 makes you part all channels. All channels before the 0 are not joined, channels behind 0 are joined after parting all current channels. | ||
+ | |||
+ | == mIRC Specific == | ||
+ | |||
+ | /join [-inx] <#channel> [key] | ||
+ | |||
+ | <table> | ||
+ | <tr><td><b>Switch</b></td><td><b>Meaning</b></td></tr> | ||
+ | <tr><td>i</td><td>Joins the channel to which you were last invited.</td></tr> | ||
+ | <tr><td>n</td><td>Minimizes the channel window when you join it</td></tr> | ||
+ | <tr><td>x</td><td>Maximizes the channel window when you join it</td></tr> | ||
+ | </table> | ||
+ | |||
+ | == See Also == | ||
+ | * {{Relatedraws|join}} | ||
+ | * [[On join|On join event]] | ||
+ | [[Category:Basic IRC commands]][[Category:Commands]] |
Latest revision as of 08:05, 2 July 2007
Joins a channel.
/join <#channel> [key]
If channel mode +k is set you will need to specify the correct channel key in order to join a channel. For example:
/join #mysecretchannel helloworld
You can join multiple channels in one command by seperating them with a comma (,)
/join #channel1,#channel2 password,#channel3
Note: Joining channel 0 makes you part all channels. All channels before the 0 are not joined, channels behind 0 are joined after parting all current channels.
mIRC Specific
/join [-inx] <#channel> [key]
Switch | Meaning |
i | Joins the channel to which you were last invited. |
n | Minimizes the channel window when you join it |
x | Maximizes the channel window when you join it |