WoW:API ListChannelByName

Revision as of 18:44, 20 November 2004 by WoWWiki>WoWWiki-Doble
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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