WoW:API ChannelUnmoderator: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API ChannelUnmoderator to API ChannelUnmoderator without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''ChannelUnmoderator''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Takes the specified user away from the moderator status.
Takes the specified user away from the moderator status.


Line 28: Line 27:


: Removes moderator status from player playerName on channel channelName.
: Removes moderator status from player playerName on channel channelName.
----
{{Template:WoW API}}

Latest revision as of 04:45, 15 August 2023

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.