WoW:API ChannelUnmoderator: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 31: Line 31:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|ChannelUnmoderator]]
[[Category:API Channel Functions|ChannelUnmoderator]]

Revision as of 12:31, 27 August 2005

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