WoW API: SetChannelPassword

From AddOn Studio
Revision as of 12:03, 18 June 2006 by WoWWiki>Starlightblunder ({{wowapi}})
Jump to navigation Jump to search

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.