aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/prob-conn-name.page
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2009-07-26 23:43:34 +0800
committerFrédéric Péters <fpeters@0d.be>2009-08-13 00:13:52 +0800
commit248776956fb2348ab2a77e38f023fc6da3b6989c (patch)
tree548e4ad026c1d6e3bd06f1d81412c3dcd7f9a14b /help/C/prob-conn-name.page
parent694c11f5e271d1af097cb013881cfdbd829a20ac (diff)
downloadgsoc2013-empathy-248776956fb2348ab2a77e38f023fc6da3b6989c.tar
gsoc2013-empathy-248776956fb2348ab2a77e38f023fc6da3b6989c.tar.gz
gsoc2013-empathy-248776956fb2348ab2a77e38f023fc6da3b6989c.tar.bz2
gsoc2013-empathy-248776956fb2348ab2a77e38f023fc6da3b6989c.tar.lz
gsoc2013-empathy-248776956fb2348ab2a77e38f023fc6da3b6989c.tar.xz
gsoc2013-empathy-248776956fb2348ab2a77e38f023fc6da3b6989c.tar.zst
gsoc2013-empathy-248776956fb2348ab2a77e38f023fc6da3b6989c.zip
* New topic: prob-conn-name for handling the "Name in use" IRC error * New topic: irc-nick-password on setting the password for a registered nickname * New topic: irc-join-room on how to enter an IRC channel * Added the new topic in the IRC account page * Reworked the title of the guide page for common problems * Added a small paragraph to the add-account page
Diffstat (limited to 'help/C/prob-conn-name.page')
-rw-r--r--help/C/prob-conn-name.page60
1 files changed, 60 insertions, 0 deletions
diff --git a/help/C/prob-conn-name.page b/help/C/prob-conn-name.page
new file mode 100644
index 000000000..a6ed9115d
--- /dev/null
+++ b/help/C/prob-conn-name.page
@@ -0,0 +1,60 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic"
+ id="prob-conn-name">
+
+ <info>
+ <link type="guide" xref="prob-conn"/>
+ <link type="guide" xref="irc-manage#problems"/>
+ <desc>
+ An error message appears in the main <app>Empathy</app> window which says
+ "Name in use".
+ </desc>
+ <revision pkgversion="2.28" version="0.1" date="2009-07-26" status="draft"/>
+ <credit type="author">
+ <name>Milo Casagrande</name>
+ <email>milo@ubuntu.com</email>
+ </credit>
+ <copyright>
+ <year>2009</year>
+ <name>GNOME Documentation Project</name>
+ </copyright>
+ <license>Creative Commons Share Alike 3.0</license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
+ </info>
+
+ <!--
+ TODO: work on this page. This error appears with the IRC account
+ when you set a nickname that is already in use on that network. We need
+ to write topics for changing your nickname and to set the password of your
+ nickname.
+ -->
+
+ <title>I get a message that says "Name in use"</title>
+
+ <p>
+ This kind of error happens when you try to connect to your IRC account and
+ you are using a nickname that is being used by someone else on that particular
+ network.
+ </p>
+
+ <p>
+ To resolve this problem, click on the <gui>Edit Account</gui> button and
+ perform one of the following:
+ </p>
+
+ <list>
+ <item>
+ <p>
+ Change your nickname.
+ </p>
+ </item>
+ <item>
+ <p>
+ Set the password for that nickname, if you have registered that nickname
+ within the network you are using. For more information, see
+ <link xref="irc-nick-password"/>
+ </p>
+ </item>
+ </list>
+
+</page>