diff options
-rw-r--r-- | doc/user-guide/commands.xml | 20 |
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> |