]> git.0d.be Git - empathy.git/blob - help/C/irc-account.page
[help] remove trailing whitespaces
[empathy.git] / help / C / irc-account.page
1 <page xmlns="http://projectmallard.org/1.0/"
2   type="topic"
3   id="irc-account">
4
5   <info>
6     <link type="guide" xref="index#accounts"/>
7     <link type="seealso" xref="prob-conn-neterror"/>
8     <link type="seealso" xref="prob-conn-name"/>
9     <desc>Create an IRC account.</desc>
10     <revision pkgversion="2.28" version="0.1" date="2009-07-25" status="draft"/>
11     <revision pkgversion="2.28" version="0.1" date="2009-08-10" status="review"/>
12     <credit type="author">
13       <name>Milo Casagrande</name>
14       <email>milo@ubuntu.com</email>
15     </credit>
16     <copyright>
17       <year>2009</year>
18       <name>GNOME Documentation Project</name>
19     </copyright>
20     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
21   </info>
22
23   <title>Create an IRC account</title>
24
25   <steps>
26     <item>
27       <p>
28               From the <gui>Contact List</gui> window, perform one of the following:
29       </p>
30       <list>
31         <item>
32                 <p>
33                   Press <key>F4</key>.
34                 </p>
35               </item>
36               <item>
37                 <p>
38                   Choose <guiseq><gui>Edit</gui><gui>Accounts</gui></guiseq>.
39                 </p>
40         </item>
41       </list>
42     </item>
43     <item>
44       <p>
45               If it is the first time you launch <app>Empathy</app>:
46       </p>
47       <list>
48               <item>
49                 <p>
50                   From the <gui>Type</gui> drop-down list choose
51                   <gui>IRC</gui>, then click on the <gui>Create</gui> button.
52                 </p>
53               </item>
54       </list>
55       <p>
56               Otherwise:
57       </p>
58       <steps>
59               <item>
60                 <p>
61                   Click on the <gui>Add</gui> button.
62                 </p>
63               </item>
64               <item>
65                 <p>
66                   From the <gui>Type</gui> drop-down list choose
67                   <gui>IRC</gui>, then click on the <gui>Create</gui> button.
68                 </p>
69               </item>
70              </steps>
71            </item>
72            <item>
73             <p>
74               From the <gui>Network</gui> drop-down list, select the name of the network
75               you are creating the account for.
76             </p>
77            </item>
78            <item>
79            <!-- TODO: rethink the description of the nickname -->
80             <p>
81               In the <gui>Nickname</gui> text box, type the name that will identify yourself
82               in the network you are creating the account.
83             </p>
84            </item>
85            <item>
86             <p>
87               In the <gui>Password</gui> text box, type the password you used to register
88               your nikcname. If you do not have one, leave this field blank.
89             </p>
90            </item>
91            <item>
92             <p>
93               In the <gui>Real name</gui> text box, type your real name.
94             </p>
95             <note>
96               <p>
97                 It is not necessary to insert your real name.
98               </p>
99             </note>
100            </item>
101            <item>
102             <p>
103               In the <gui>Quit message</gui> text box, type a text message that will be
104               sent when you close your session.
105             </p>
106            </item>
107            <item>
108             <p>
109               To enable the new account, select the <gui>Enabled</gui> check-box
110               next to the name of the account in the box on the left of the dialog.
111       </p>
112     </item>
113   </steps>
114
115   <p>
116     If you want to change the name that identifies the account in the <gui>Accounts</gui>
117     dialog, double-click on the name of the account in the box on the left of the dialog
118     and type the new name.
119   </p>
120
121   <note>
122     <p>
123       If you want to use different networks at the same time, you need to create an
124       account with each one of the networks you want to use.
125     </p>
126   </note>
127
128 </page>