]> git.0d.be Git - empathy.git/blob - help/C/irc-join-room.page
Merge branch 'gnome-3-8'
[empathy.git] / help / C / irc-join-room.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       xmlns:e="http://projectmallrd.org/experimental/"
3       type="topic" style="task"
4       id="irc-join-room">
5
6   <info>
7     <link type="guide" xref="irc-manage#manage" group="one"/>
8     <desc>Join an IRC channel.</desc>
9     <revision pkgversion="2.28" version="0.1" date="2009-07-26" status="draft"/>
10     <revision pkgversion="2.28" version="0.2" date="2009-08-14" status="review">
11       <!--
12       <e:review by="shaunm@gnome.org" date="2009-08-31" status="done"/>
13       -->
14     </revision>
15     <credit type="author">
16       <name>Milo Casagrande</name>
17       <email>milo@ubuntu.com</email>
18     </credit>
19     <license>
20       <p>Creative Commons Share Alike 3.0</p>
21     </license>    
22 <!--
23     <copyright>
24       <year>2009</year>
25       <name>GNOME Documentation Project</name>
26     </copyright>
27     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
28 -->
29   </info>
30
31   <title>Join an IRC chat room</title>
32
33   <p>You can join IRC chat rooms (also known as IRC channels) on any IRC network you’re
34   connected to.  To connect to an IRC network, see <link xref="add-account"/> and
35   <link xref="account-irc"/>.</p>
36
37   <steps>
38     <item>
39       <p>
40         From the <gui>Contact List</gui> window, choose
41         <guiseq><gui>Room</gui><gui>Join</gui></guiseq>.
42       </p>
43     </item>
44     <item>
45       <p>
46         From the <gui>Account</gui> drop-down list, select the IRC account that
47         corresponds to the network you want to use.
48       </p>
49     </item>
50     <item>
51       <p>
52         In the <gui>Room</gui> text box, type the name of the channel you want to
53         join. IRC channel names start with the hash character (<sys>#</sys>).
54       </p>
55     </item>
56     <item>
57       <p>
58         Click <gui>Join</gui> to enter the room.
59       </p>
60     </item>
61   </steps>
62
63   <note style="tip">
64     <p>
65       To join multiple rooms, you need to repeat the steps above for each room.
66     </p>
67   </note>
68 </page>