Changeset b5fe39b for doc


Ignore:
Timestamp:
2012-02-10T23:49:28Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
00d6760
Parents:
fc0640e
Message:

Applied patch from #895, making show_old_mentions an integer setting instead
of boolean so you can change the number of mentions being fetched.

File:
1 edited

Legend:

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

    rfc0640e rb5fe39b  
    14551455        </bitlbee-setting>
    14561456
     1457        <bitlbee-setting name="show_old_mentions" type="integer" scope="account">
     1458                <default>20</default>
     1459
     1460                <description>
     1461                        <para>
     1462                                This setting specifies the number of old mentions to fetch on connection. Must be less or equal to 200. Setting it to 0 disables this feature.
     1463                        </para>
     1464                </description>
     1465        </bitlbee-setting>
     1466
    14571467        <bitlbee-setting name="switchboard_keepalives" type="boolean" scope="account">
    14581468                <default>false</default>
Note: See TracChangeset for help on using the changeset viewer.