Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

This method is activating a previously join chatchannel.

ChatFrame_AddChannel(chatFrame, 'channelName');

Parameters

Arguments

(chatFrame, 'channelName')
chatFrame
The name of the chat frame
channelName
String - The name of the chatchannel to activate.

Returns

retCode
retCode
Number - ?

Example

ChatFrame_AddChannel(DEFAULT_CHAT_FRAME,'test');
Advertisement