Ignore:
Timestamp:
2010-07-13T00:09:40Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
06b39f2
Parents:
badd148
Message:

Document this complex new beast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    rbadd148 rdb2cef1  
    764764
    765765        <bitlbee-setting name="nick" type="string" scope="chat">
    766 
    767766                <description>
    768767                        <para>
    769768                                You can use this option to set your nickname in a chatroom. You won't see this nickname yourself, but other people in the room will. By default, BitlBee will use your username as the chatroom nickname.
     769                        </para>
     770                </description>
     771        </bitlbee-setting>
     772
     773        <bitlbee-setting name="nick_format" type="string" scope="both">
     774                <default>%-@nick</default>
     775
     776                <description>
     777                        <para>
     778                                By default, BitlBee tries to derive sensible nicknames for all your contacts from their IM handles. In some cases, IM modules (ICQ for example) will provide a nickname suggestion, which will then be used instead. This setting lets you change this behaviour.
     779                        </para>
     780
     781                        <para>
     782                                Whenever this setting is set for an account, it will be used for all its contacts. If it's not set, the global value will be used.
     783                        </para>
     784
     785                        <para>
     786                                It's easier to describe this setting using a few examples:
     787                        </para>
     788
     789                        <para>
     790                                FB-%full_name will make all nicknames start with "FB-", followed by the person's full name. For example you can set this format for your Facebook account so all Facebook contacts are clearly marked.
     791                        </para>
     792
     793                        <para>
     794                                [%group]%-@nick will make all nicknames start with the group the contact is in between square brackets, followed by the nickname suggestions from the IM module if available, or otherwise the handle. Because of the "-@" part, everything from the first @ will be stripped.
     795                        </para>
     796
     797                        <para>
     798                                See <emphasis>help nick_format</emphasis> for more information.
    770799                        </para>
    771800                </description>
Note: See TracChangeset for help on using the changeset viewer.