WoW API: ListChannelByName

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

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.