WoW:API SetChannelOwner: Difference between revisions
Jump to navigation
Jump to search
SetChannelOwner -Documentation by Sij-
(upgraded deprecated template) |
(You do indeed need to be the current channel owner for this.) |
||
Line 28: | Line 28: | ||
: Changes the owner of the channel to the player specified. | : Changes the owner of the channel to the player specified. | ||
Revision as of 19:08, 7 October 2007
Sets the channel owner.
SetChannelOwner(channel, newowner);
- Arguments
- (String channel, String newowner)
- channel
- channel name to be changed
- newowner
- the new owner of the channel
- Returns
- nil
- Example
SetChannelOwner("myFriends", "Sij");
- Description
- Changes the owner of the channel to the player specified.