WoW:API SetChannelPassword: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''SetChannelPassword''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Changes the password of the current channel.
Changes the password of the current channel.


Line 28: Line 27:


: Changes the password of the current channel.
: Changes the password of the current channel.
----
{{WoW API}}

Revision as of 12:03, 18 June 2006

WoW API < SetChannelPassword

Changes the password of the current channel.

SetChannelPassword(channelName, playerName);

Arguments
(String username, String password)
username
The user who changed the password? You?
password
The password to set the channel to

Returns
nil

Example
SetChannelPassword("Sembiance", "secretpassword");
Result

Description
Changes the password of the current channel.