diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-28 10:24:47 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-28 10:24:47 +0200 |
commit | 3b3c50d9c6709c56c34bbbf9d94717485e2eb04b (patch) | |
tree | 5b1b7e21a93107c93c8a4cba8a9e85570929d80b /doc/user-guide | |
parent | 13fa2db53edbeae0d4638db1de042b8f415f8871 (diff) |
Allow including account tags in nicknames, and be a bit more clever about
the default tags (recognize AIM/ICQ/GTalk/Facebook).
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/misc.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user-guide/misc.xml b/doc/user-guide/misc.xml index bb06a658..7829a432 100644 --- a/doc/user-guide/misc.xml +++ b/doc/user-guide/misc.xml @@ -200,6 +200,7 @@ text that will be copied to the nick, combined with several variables: <varlistentry><term>%full_name</term><listitem><para>The full name of the contact.</para></listitem></varlistentry> <varlistentry><term>%first_name</term><listitem><para>The first name of the contact (the full name up to the first space).</para></listitem></varlistentry> <varlistentry><term>%group</term><listitem><para>The name of the group this contact is a member of</para></listitem></varlistentry> + <varlistentry><term>%account</term><listitem><para>Account tag of the contact</para></listitem></varlistentry> </variablelist> <para> |