<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_JoinTemporaryChannel</id>
	<title>WoW:API JoinTemporaryChannel - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_JoinTemporaryChannel"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_JoinTemporaryChannel&amp;action=history"/>
	<updated>2026-06-01T22:06:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_JoinTemporaryChannel&amp;diff=19107&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API JoinTemporaryChannel to WoW:API JoinTemporaryChannel without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_JoinTemporaryChannel&amp;diff=19107&amp;oldid=prev"/>
		<updated>2023-08-15T04:46:49Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_JoinTemporaryChannel&quot; title=&quot;WoW:API JoinTemporaryChannel&quot;&gt;API JoinTemporaryChannel&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_JoinTemporaryChannel&quot; title=&quot;WoW:API JoinTemporaryChannel&quot;&gt;API JoinTemporaryChannel&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:46, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-19106:rev-19107 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_JoinTemporaryChannel&amp;diff=19106&amp;oldid=prev</id>
		<title>WoWWiki&gt;Ohklus: New page: {{wowapi}} Seems to have the same effect as API_JoinChannelByName.  Joins the channel with the specified name. A player can be in a maximum of 10 chat channels. In opposite to [[API_Jo...</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_JoinTemporaryChannel&amp;diff=19106&amp;oldid=prev"/>
		<updated>2009-03-03T14:45:13Z</updated>

		<summary type="html">&lt;p&gt;New page: {{wowapi}} Seems to have the same effect as &lt;a href=&quot;/wiki/WoW:API_JoinChannelByName&quot; title=&quot;WoW:API JoinChannelByName&quot;&gt;API_JoinChannelByName&lt;/a&gt;.  Joins the channel with the specified name. A player can be in a maximum of 10 chat channels. In opposite to [[API_Jo...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{wowapi}}&lt;br /&gt;
Seems to have the same effect as [[API_JoinChannelByName]] (except that a channel joined by JoinTemporaryChannel is left at logout).&lt;br /&gt;
&lt;br /&gt;
Joins the channel with the specified name. A player can be in a maximum of 10 chat channels. In opposite to [[API_JoinPermanentChannel]] the channel will be left at logout.&lt;br /&gt;
&lt;br /&gt;
 type, name = JoinTemporaryChannel(&amp;quot;channelName&amp;quot; [,&amp;quot;password&amp;quot; [,frameID[, hasVoice]]])&lt;br /&gt;
== Parameters ==&lt;br /&gt;
(copy/paste from [[API_JoinChannelByName]])&lt;br /&gt;
=== Arguments ===&lt;br /&gt;
:;channelName : String - The name of the channel to join&lt;br /&gt;
:;: You can&amp;#039;t use the &amp;quot;-&amp;quot; character in channelName (patch 1.9)&lt;br /&gt;
:;password : String &amp;lt;small&amp;gt;&amp;#039;&amp;#039;(optional)&amp;#039;&amp;#039;&amp;lt;/small&amp;gt; - The channel password, nil if none.&lt;br /&gt;
:;frameID : Number &amp;lt;small&amp;gt;&amp;#039;&amp;#039;(optional)&amp;#039;&amp;#039;&amp;lt;/small&amp;gt; - The chat frame ID number to add the channel to. Use [[API Frame GetID|Frame:GetID()]] to retrieve it for chat frame objects.&lt;br /&gt;
:;hasVoice : Boolean (1/nil) - Enable voice chat for this channel.&lt;br /&gt;
&lt;br /&gt;
=== Returns ===&lt;br /&gt;
:;type : Number - The type of channel. 0 for a undefined channel, 1 for the zone General channel,  etc&lt;br /&gt;
:;name : String - The name of the channel (Ohklus: seems to be nil for most channels).&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
(copy/paste from [[API_JoinChannelByName]])&lt;br /&gt;
&amp;lt;!-- begin code --&amp;gt;&lt;br /&gt;
 JoinTemporaryChannel(&amp;quot;Mammoth&amp;quot;, &amp;quot;thesane&amp;quot;, ChatFrame1:GetID(), 1);&lt;br /&gt;
&amp;lt;!-- end code --&amp;gt;&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Ohklus</name></author>
	</entry>
</feed>