WoW API: ChannelUnmoderator

From AddOn Studio
Revision as of 12:02, 18 June 2006 by WoWWiki>Starlightblunder ({{wowapi}})
Jump to navigation Jump to search

WoW API < ChannelUnmoderator

Takes the specified user away from the moderator status.

ChannelUnmoderator(channelName, playerName);

Arguments
(String channelName, String playerName)
channelName
The name of the channel to remove moderator status on
playerName
The name of the player to remove moderator status from

Returns
nil

Example
ChannelUnmoderator("uimods", "Sembiance");
Result

Description
Removes moderator status from player playerName on channel channelName.