← 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.
Community content is available under CC-BY-SA
unless otherwise noted.