]> git.0d.be Git - empathy.git/blob - help/C/irc-join-room.page
[help] Commenting out copyright info for now
[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"/>
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 <!--
20     <copyright>
21       <year>2009</year>
22       <name>GNOME Documentation Project</name>
23     </copyright>
24 -->
25     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
26   </info>
27
28   <title>Join an IRC chat room</title>
29
30   <p>You can join IRC chat rooms (also known as IRC channels) on any IRC network you’re
31   connected to.  To connect to an IRC network, see <link xref="add-account"/> and
32   <link xref="account-irc"/>.</p>
33
34   <steps>
35     <item>
36       <p>
37         From the <gui>Contact List</gui> window, choose
38         <guiseq><gui>Room</gui><gui>Join</gui></guiseq>.
39       </p>
40     </item>
41     <item>
42       <p>
43         From the <gui>Account</gui> drop-down list, select the IRC account that
44         corresponds to the network you want to use.
45       </p>
46     </item>
47     <item>
48       <p>
49         In the <gui>Room</gui> text box, type the name of the channel you want to
50         join. IRC channel names start with the hash character (<sys>#</sys>).
51       </p>
52     </item>
53     <item>
54       <p>
55         Click <gui>Join</gui> to enter the room.
56       </p>
57     </item>
58   </steps>
59
60   <note style="tip">
61     <p>
62       To join multiple rooms, you need to repeat the steps above for each room.
63     </p>
64   </note>
65 </page>