WoW:API JoinChannelByName: Difference between revisions
Jump to navigation
Jump to search
JoinChannelByName - Documentation by AlexanderYoshi
m (→Arguments) |
mNo edit summary |
||
Line 27: | Line 27: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|JoinChannelByName]] | |||
[[Category:API Channel Functions|JoinChannelByName]] | |||
[[Category:API Chat Functions|JoinChannelByName]] | [[Category:API Chat Functions|JoinChannelByName]] |
Revision as of 18:50, 27 August 2005
Joins the channel with the specified name.
retCode = JoinChannelByName("channelName" [,"password" [,frameID]])
Parameters
Arguments
- ("channelName" [,"password" [,frameID]])
- channelName
- String - The name of the channel to join
- password
- String (optional) - The channel password, nil if none.
- frameID
- Number (optional) - The chat frame ID number to add the channel to. Use Frame:GetID() to retrieve it for chat frame objects.
Returns
- retCode
- retCode
- Number - Appears to always equal 0.
Example
JoinChannelByName("Mammoth", "thesane", ChatFrame1:GetID());
Details
- Joins the channel with the specified name if there are less than 10 live channels.