Changeset 5a48afd
- Timestamp:
- 2011-12-19T13:51:58Z (13 years ago)
- Branches:
- master
- Children:
- 486ddb5, 9ff0c25
- Parents:
- a0a3de6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
ra0a3de6 r5a48afd 648 648 </bitlbee-setting> 649 649 650 <bitlbee-setting name="auto_connect" type="boolean" scope=" both">650 <bitlbee-setting name="auto_connect" type="boolean" scope="account,global"> 651 651 <default>true</default> 652 652 … … 672 672 </bitlbee-setting> 673 673 674 <bitlbee-setting name="auto_reconnect" type="boolean" scope=" both">674 <bitlbee-setting name="auto_reconnect" type="boolean" scope="account,global"> 675 675 <default>true</default> 676 676 … … 726 726 </bitlbee-setting> 727 727 728 <bitlbee-setting name="away" type="string" scope=" both">728 <bitlbee-setting name="away" type="string" scope="account,global"> 729 729 <description> 730 730 <para> … … 1076 1076 </bitlbee-setting> 1077 1077 1078 <bitlbee-setting name="nick_format" type="string" scope=" both">1078 <bitlbee-setting name="nick_format" type="string" scope="account,global"> 1079 1079 <default>%-@nick</default> 1080 1080 … … 1169 1169 </bitlbee-setting> 1170 1170 1171 <bitlbee-setting name="password" type="string" scope=" both">1171 <bitlbee-setting name="password" type="string" scope="account,global"> 1172 1172 <description> 1173 1173 <para> … … 1397 1397 </bitlbee-setting> 1398 1398 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. 1403 1403 </para> 1404 1404 … … 1408 1408 1409 1409 <para> 1410 Away states set using <emphasis>/away</emphasis> or the <emphasis>away</emphasis> setting will override this setting. To un-setthe 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>. 1411 1411 </para> 1412 1412 </description>
Note: See TracChangeset
for help on using the changeset viewer.