WoW API: ListChannelByName

From AddOn Studio
Revision as of 16:42, 19 June 2006 by WoWWiki>Mjt (Changed the description, as the previous one seemed to be wrong)
Jump to navigation Jump to search

WoW API < ListChannelByName

Lists members in the given channel to the chat window.

ListChannelByName(channelName);

Arguments
(String channelName)
channelName
channel name from which to list the members

Returns
nil

Example
ListChannelByName("trad");
Result

Description
Lists members in the given channel to the chat window.