Difference between revisions of "Join"

From Scriptwiki
Jump to: navigation, search
(added ex. joining multiple chans in 1 cmd)
Line 1: Line 1:
 
Joins a channel.
 
Joins a channel.
  
  /join <#channel> [key]
+
  /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:
 
If channel mode +k is set you will need to specify the correct channel key in order to join a channel. For example:
Line 9: Line 9:
 
You can join multiple channels in one command by seperating them with a comma (,)
 
You can join multiple channels in one command by seperating them with a comma (,)
  
  /join #channel1,#channel2 password,#3rd-channel
+
  /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.
 +
 
 
[[Category:Basic IRC commands]]
 
[[Category:Basic IRC commands]]

Revision as of 13:45, 4 September 2005

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.