WoW API: LeaveChannelByName

Revision as of 04:46, 15 August 2023 by Move page script (talk) (Move page script moved page API LeaveChannelByName to API LeaveChannelByName without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < LeaveChannelByName

Leaves the channel with the specified name.

LeaveChannelByName(channelName);

Arguments
(String channelName)
channelName
The name of the channel to leave

Returns
nil

Example
LeaveChannelByName("Trade");
Result

Description
Leaves the channel with the specified name.