WoW API: ChannelUnmoderator

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

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.