~ubuntu-branches/ubuntu/karmic/empathy/karmic-updates

« back to all changes in this revision

Viewing changes to help/cs/irc-nick-password.page

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2009-08-28 19:48:30 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20090828194830-qzm48cy8q3z3pyx2
Tags: 2.27.91.1-2ubuntu1
* Merge from debian experimental, remaining changes (LP: #419811):
  - Add Suggests on telepathy-idle
  - Bump telepathy-haze to recommends
  - Drop geoloc support, dependencies not in main
  - add build-dep libx11-dev (old missing one), libgstfarsight0.10-dev,
    libdbus-glib-1-dev and libnm-glib-dev
  - add Vcs-Bzr tag
* debian/control: Set the maintainer to the core team

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="irc-nick-password">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="irc-manage#manage"/>
 
6
    <link type="seealso" xref="prob-conn-name"/>
 
7
    <desc>How to set the password of a nickname.</desc>
 
8
    <revision pkgversion="2.28" version="0.1" date="2009-07-26" status="draft"/>
 
9
    <revision pkgversion="2.28" version="0.2" date="2009-08-10" status="review"/>
 
10
    <credit type="author">
 
11
      <name>Milo Casagrande</name>
 
12
      <email>milo@ubuntu.com</email>
 
13
    </credit>
 
14
    <copyright>
 
15
      <year>2009</year>
 
16
      <name>GNOME Documentation Project</name>
 
17
    </copyright>
 
18
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
 
19
  </info>
 
20
 
 
21
  <title>Set the nickname password</title>
 
22
 
 
23
  <p>
 
24
    Registering a nickname is useful to preserve your identity on IRC, and to be able
 
25
    to use always the same nickname. In some cirtumstances, some IRC channels may be
 
26
    configured to accept only registered nickname.
 
27
  </p>
 
28
 
 
29
  <p>
 
30
    If you have registered your nickname with a password on a network that supports nickname
 
31
    registration, you can use that password with <app>Empathy</app> to identify yourself as
 
32
    the owner of that nickname.
 
33
  </p>
 
34
  
 
35
  <note>
 
36
    <p>
 
37
      Not all the IRC servers support nickname registration.
 
38
    </p>
 
39
  </note>
 
40
 
 
41
  <steps>
 
42
    <item>
 
43
      <p>
 
44
              From the <gui>Contact List</gui> window, perform one of the following:
 
45
      </p>
 
46
      <list>
 
47
        <item>
 
48
                <p>
 
49
                  Press <key>F4</key>.
 
50
                </p>
 
51
              </item>
 
52
              <item>
 
53
                <p>
 
54
                  Choose <guiseq><gui>Edit</gui><gui>Accounts</gui></guiseq>.
 
55
                </p>
 
56
        </item>
 
57
      </list>
 
58
    </item>
 
59
    <item>
 
60
      <p>
 
61
        Select the IRC account from the box on the left of the dialog.
 
62
      </p>
 
63
    </item>
 
64
    <item>
 
65
      <p>
 
66
        If the account is enabled, disable it by deselecting the <gui>Enable</gui>
 
67
        check-box next to the name of the account.
 
68
      </p>
 
69
    </item>
 
70
    <item>
 
71
      <p>
 
72
              In the <gui>Password</gui> text box, type the password you used to register
 
73
              your nikcname.
 
74
      </p>
 
75
    </item>
 
76
    <item>
 
77
      <p>
 
78
              Enable the account by selecting the <gui>Enabled</gui> check-box
 
79
              next to the name of the account.
 
80
      </p>
 
81
      <p>
 
82
        Once connected, you will receive a message from the nickname server that will
 
83
        tell you of the established identification.
 
84
      </p>
 
85
    </item>
 
86
  </steps>
 
87
 
 
88
  <note>
 
89
    <p>
 
90
      At the moment it is not possible to register an IRC nickname with <app>Empathy</app>, it is
 
91
      only possible to use the password of an already registered nickname.
 
92
    </p>
 
93
  </note>
 
94
 
 
95
</page>