Wowpedia

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

READ MORE

Wowpedia
Register
mNo edit summary
No edit summary
Line 30: Line 30:
   
 
----
 
----
{{Template:WoW API}}
+
{{WoW API}}
[[Category:API Functions|ChannelUnmoderator]]
 
[[Category:API Channel Functions|ChannelUnmoderator]]
 

Revision as of 04:45, 4 January 2006

ChannelUnmoderator -Documentation by AlexanderYoshi-

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.

Template:WoW API