Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
ChannelKick -Documentation by AlexanderYoshi-

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.

Template:WoW API

Advertisement