WoW:API JoinChannelByName

From AddOn Studio
Revision as of 01:24, 20 February 2005 by WoWWiki>WoWWiki-Yrys (possible bad info in my edit, took it back out)
Jump to navigation Jump to search
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