Navigation menu

WoW:API ListChannelByName: Difference between revisions

Jump to navigation Jump to search
Changed the description, as the previous one seemed to be wrong
m ({{wowapi}})
(Changed the description, as the previous one seemed to be wrong)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
Lists all of the channels that match the specified regular expression.
Lists members in the given channel to the chat window.  


  ListChannelByName(channelMatch);
  ListChannelByName(channelName);


----
----
;''Arguments''
;''Arguments''


:(String channelMatch)
:(String channelName)


:;channelMatch : Regular expression to match channel names on
:;channelName : channel name from which to list the members


----
----
Line 25: Line 25:
;''Description''
;''Description''


: Lists all of the channels that match the specified regular expression.
: Lists members in the given channel to the chat window.
Anonymous user