Difference between revisions of "Join"

From Scriptwiki
Jump to: navigation, search
m (changed category)
(added ex. joining multiple chans in 1 cmd)
Line 6: Line 6:
  
 
  /join #mysecretchannel helloworld
 
  /join #mysecretchannel helloworld
 +
 +
You can join multiple channels in one command by seperating them with a comma (,)
 +
 +
/join #channel1,#channel2 password,#3rd-channel
 
[[Category:Basic IRC commands]]
 
[[Category:Basic IRC commands]]

Revision as of 13:09, 3 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,#3rd-channel