WoW:API ChannelKick: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 30: Line 30:


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|ChannelKick]]
[[Category:API Channel Functions|ChannelKick]]

Revision as of 04:44, 4 January 2006

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