WoW:API JoinChannelByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(possible bad info in my edit, took it back out)
Line 1: Line 1:
  <center>'''JoinChannelByName''' ''-Documentation by AlexanderYoshi-''</center>
  <center>'''JoinChannelByName''' ''-Documentation by AlexanderYoshi-''</center>



Revision as of 01:24, 20 February 2005

JoinChannelByName -Documentation by AlexanderYoshi-

Joins the channel with the specified name.

JoinChannelByName(channelName, password, frameID);

Arguments
(String channelName, String password, String frameID)
channelName
The name of the channel to leave
password
The channel password (optional)
frameID
Some ID number

Returns
nil

Example
JoinChannelByName("Mammoth", "thesane", ChatFrame1:GetID());
Result

Description
Joins the channel with the specified name if there are less than 10 live channels.

Template:WoW API