WoW:API ChannelToggleAnnouncements

Revision as of 12:30, 27 August 2005 by WoWWiki>Inglais
ChannelToggleAnnouncements -Documentation by AlexanderYoshi-

Toggles the channel to display announcements either on or off.

ChannelToggleAnnouncements(channelName);

Arguments
(String channelName)
channelName
The name of the channel to toggle announcements on

Returns
nil

Example
ChannelToggleAnnouncements("uimods");
Result

Description
Toggles the channel to display announcements either on or off.

Template:WoW API