Wowpedia

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

READ MORE

Wowpedia
No edit summary
mNo edit summary
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
{{wowapi}}
I love you
 
  +
  +
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.

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.