aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-24 18:10:27 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-24 18:10:27 +0200
commit0f28785760c8e625874d35f79c27eaa19785b809 (patch)
tree1bed48ded6818dda1df40b6f207c8c76c8c96e18
parente135cd0997fb88ae644e63b6b7457ba08a60661a (diff)
Account tag documentation update.
-rw-r--r--doc/user-guide/commands.xml20
1 files changed, 16 insertions, 4 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml
index 4413ce49..982e122e 100644
--- a/doc/user-guide/commands.xml
+++ b/doc/user-guide/commands.xml
@@ -107,7 +107,7 @@
<para>
- The account ID can be a number (see <emphasis>account list</emphasis>), the protocol name or (part of) the screenname, as long as it matches only one connection.
+ The account ID can be a number/tag (see <emphasis>account list</emphasis>), the protocol name or (part of) the screenname, as long as it matches only one connection.
</para>
</description>
</bitlbee-command>
@@ -121,7 +121,7 @@
</para>
<para>
- The account ID can be a number (see <emphasis>account list</emphasis>), the protocol name or (part of) the screenname, as long as it matches only one connection.
+ The account ID can be a number/tag (see <emphasis>account list</emphasis>), the protocol name or (part of) the screenname, as long as it matches only one connection.
</para>
</description>
@@ -136,7 +136,7 @@
</para>
<para>
- The account ID can be a number (see <emphasis>account list</emphasis>), the protocol name or (part of) the screenname, as long as it matches only one connection.
+ The account ID can be a number/tag (see <emphasis>account list</emphasis>), the protocol name or (part of) the screenname, as long as it matches only one connection.
</para>
</description>
</bitlbee-command>
@@ -167,7 +167,7 @@
</para>
<para>
- The account ID can be a number (see <emphasis>account list</emphasis>), the protocol name or (part of) the screenname, as long as it matches only one connection.
+ The account ID can be a number/tag (see <emphasis>account list</emphasis>), the protocol name or (part of) the screenname, as long as it matches only one connection.
</para>
</description>
</bitlbee-command>
@@ -1140,6 +1140,18 @@
</description>
</bitlbee-setting>
+ <bitlbee-setting name="tag" type="string" scope="account">
+ <description>
+ <para>
+ For every account you have, you can set a tag you can use to uniquely identify that account. This tag can be used instead of the account number (or protocol name, or part of the screenname) when using commands like <emphasis>account</emphasis>, <emphasis>add</emphasis>, etc. You can't have two accounts with one and the same account tag.
+ </para>
+
+ <para>
+ By default, it will be set to the name of the IM protocol. Once you add a second account on an IM network, a numeric suffix will be added, starting with 2.
+ </para>
+ </description>
+ </bitlbee-setting>
+
<bitlbee-setting name="timezone" type="string" scope="global">
<default>local</default>
<possible-values>local, utc, gmt, timezone-spec</possible-values>