WoW API: ChannelKick

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

WoW API < ChannelKick

Kicks a player from the specified channel.

ChannelKick(channelName, playerName);

Arguments
(String channelName, String playerName)
channelName
The name of the channel to kick from
playerName
The name of the player to kick

Returns
nil

Example
ChannelKick("uimods", "alexyoshi");
Result

Description
Kicks player playerName from channel channelName.