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