m
Move page script moved page API SetChannelPassword to WoW:API SetChannelPassword without leaving a redirect
mNo edit summary |
m (Move page script moved page API SetChannelPassword to WoW:API SetChannelPassword without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Changes the password of the current channel. | Changes the password of the current channel. | ||
SetChannelPassword(channelName, | SetChannelPassword(channelName, password); | ||
---- | ---- | ||
;''Arguments'' | ;''Arguments'' | ||
:( | :(string channelName, string password) | ||
:; | :;channelName - The name of the channel. | ||
:;password | :;password - The password to assign to the channel. | ||
---- | ---- | ||
| Line 27: | Line 26: | ||
;''Description'' | ;''Description'' | ||
: Changes the password of the | : Changes the password of the specified channel. | ||