Changeset 5a48afd for doc


Ignore:
Timestamp:
2011-12-19T13:51:58Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
486ddb5, 9ff0c25
Parents:
a0a3de6
Message:

Slight documentation fix: "both" is no longer a valid scope for a setting since
there are three possible scopes now.

File:
1 edited

Legend:

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

    ra0a3de6 r5a48afd  
    648648        </bitlbee-setting>
    649649
    650         <bitlbee-setting name="auto_connect" type="boolean" scope="both">
     650        <bitlbee-setting name="auto_connect" type="boolean" scope="account,global">
    651651                <default>true</default>
    652652
     
    672672        </bitlbee-setting>
    673673
    674         <bitlbee-setting name="auto_reconnect" type="boolean" scope="both">
     674        <bitlbee-setting name="auto_reconnect" type="boolean" scope="account,global">
    675675                <default>true</default>
    676676
     
    726726        </bitlbee-setting>
    727727
    728         <bitlbee-setting name="away" type="string" scope="both">
     728        <bitlbee-setting name="away" type="string" scope="account,global">
    729729                <description>
    730730                        <para>
     
    10761076        </bitlbee-setting>
    10771077
    1078         <bitlbee-setting name="nick_format" type="string" scope="both">
     1078        <bitlbee-setting name="nick_format" type="string" scope="account,global">
    10791079                <default>%-@nick</default>
    10801080
     
    11691169        </bitlbee-setting>
    11701170
    1171         <bitlbee-setting name="password" type="string" scope="both">
     1171        <bitlbee-setting name="password" type="string" scope="account,global">
    11721172                <description>
    11731173                        <para>
     
    13971397        </bitlbee-setting>
    13981398
    1399         <bitlbee-setting name="status" type="string" scope="both">
    1400                 <description>
    1401                         <para>
    1402                                 Certain protocols (like Jabber/XMPP) support status messages, similar to away messages. They can be used to indicate things like your location or activity, without showing up as away/busy.
     1399        <bitlbee-setting name="status" type="string" scope="account,global">
     1400                <description>
     1401                        <para>
     1402                                Most IM protocols support status messages, similar to away messages. They can be used to indicate things like your location or activity, without showing up as away/busy.
    14031403                        </para>
    14041404
     
    14081408
    14091409                        <para>
    1410                                 Away states set using <emphasis>/away</emphasis> or the <emphasis>away</emphasis> setting will override this setting. To un-set the setting, use <emphasis>set -del status</emphasis>.
     1410                                Away states set using <emphasis>/away</emphasis> or the <emphasis>away</emphasis> setting will override this setting. To clear the setting, use <emphasis>set -del status</emphasis>.
    14111411                        </para>
    14121412                </description>
Note: See TracChangeset for help on using the changeset viewer.