WoW:API ListChannelByName

From AddOn Studio
Revision as of 15:18, 27 August 2005 by WoWWiki>Inglais
Jump to navigation Jump to search
ListChannelByName -Documentation by AlexanderYoshi-

Lists all of the channels that match the specified regular expression.

ListChannelByName(channelMatch);

Arguments
(String channelMatch)
channelMatch
Regular expression to match channel names on

Returns
nil

Example
ListChannelByName("trad");
Result

Description
Lists all of the channels that match the specified regular expression.

Template:WoW API