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