WoW:API SetChannelOwner: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 32: Line 32:
;''Assumptions''
;''Assumptions''
: I would assume that you would have to be the current channel owner, but have not tested this.
: I would assume that you would have to be the current channel owner, but have not tested this.
[[Category:API Functions|SetChannelOwner]]
[[Category:API Channel Functions|SetChannelOwner]]

Revision as of 18:51, 27 August 2005

SetChannelOwner -Documentation by Sij-

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.

Assumptions
I would assume that you would have to be the current channel owner, but have not tested this.