WoW:API SetChannelPassword: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API SetChannelPassword to API SetChannelPassword without leaving a redirect)
 
(No difference)

Latest revision as of 04:47, 15 August 2023

WoW API < SetChannelPassword

Changes the password of the current channel.

SetChannelPassword(channelName, password);

Arguments
(string channelName, string password)
channelName - The name of the channel.
password - The password to assign to the channel.

Returns
nil

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

Description
Changes the password of the specified channel.