WoW:API JoinChannelByName
Jump to navigation
Jump to search
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.