Wowpedia

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

READ MORE

Wowpedia
(upgraded deprecated template)
mNo edit summary
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{wowapi}}
 
{{wowapi}}
<center>'''SetChannelOwner''' ''-Documentation by Sij-''</center>
 
   
 
Sets the channel owner.
 
Sets the channel owner.
Line 28: Line 27:
   
 
: Changes the owner of the channel to the player specified.
 
: 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.
 

Revision as of 16:41, 4 December 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.