WoW:API SetChannelPassword: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 28: Line 28:


: Changes the password of the current channel.
: Changes the password of the current channel.


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|SetChannelPassword]]
[[Category:API Channel Functions|SetChannelPassword]]

Revision as of 04:49, 4 January 2006

SetChannelPassword -Documentation by AlexanderYoshi-

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.



Template:WoW API