WoW:API ChannelUnmoderator: Difference between revisions
Jump to navigation
Jump to search
ChannelUnmoderator -Documentation by AlexanderYoshi-
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
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.