Changes in doc/user-guide/commands.xml [0e99548:57d8421]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
r0e99548 r57d8421 436 436 </bitlbee-setting> 437 437 438 <bitlbee-setting name="away" type="string" scope="both">439 <description>440 <para>441 To mark yourself as away, it is recommended to just use <emphasis>/away</emphasis>, like on normal IRC networks. If you want to mark yourself as away on only one IM network, you can use this per-account setting.442 </para>443 444 <para>445 You can set it to any value and BitlBee will try to map it to the most appropriate away state for every open IM connection, or set it as a free-form away message where possible.446 </para>447 448 <para>449 Any per-account away setting will override globally set away states. To un-set the setting, use <emphasis>set -del away</emphasis>.450 </para>451 </description>452 </bitlbee-setting>453 454 438 <bitlbee-setting name="away_devoice" type="boolean" scope="global"> 455 439 <default>true</default> … … 763 747 </bitlbee-setting> 764 748 765 <bitlbee-setting name="status" type="string" scope="both">766 <description>767 <para>768 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.769 </para>770 771 <para>772 This setting can be used to set such a message. It will be available as a per-account setting for protocols that support it, and also as a global setting (which will then automatically be used for all protocols that support it).773 </para>774 775 <para>776 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>.777 </para>778 </description>779 </bitlbee-setting>780 781 749 <bitlbee-setting name="strip_html" type="boolean" scope="global"> 782 750 <default>true</default>
Note: See TracChangeset
for help on using the changeset viewer.