Changeset cc6fdf8 for doc/user-guide
- Timestamp:
- 2012-12-22T00:14:26Z (12 years ago)
- Branches:
- master
- Children:
- 7d5afa6
- Parents:
- 92d3044 (diff), 573e274 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
r92d3044 rcc6fdf8 835 835 <bitlbee-setting name="commands" type="boolean" scope="account"> 836 836 <default>true</default> 837 <possible-values>true, false, strict</possible-values> 837 838 838 839 <description> … … 853 854 854 855 <para> 855 Anything that doesn't look like a command will be treated as a tweet. Watch out for typos ! :-)856 Anything that doesn't look like a command will be treated as a tweet. Watch out for typos, or to avoid this behaviour, you can set this setting to <emphasis>strict</emphasis>, which causes the <emphasis>post</emphasis> command to become mandatory for posting a tweet. 856 857 </para> 857 858 </description> … … 1023 1024 1024 1025 </bitlbee-setting> 1026 1027 <bitlbee-setting name="stream" type="boolean" scope="account"> 1028 <default>true</default> 1029 1030 <description> 1031 <para> 1032 For Twitter accounts, this setting enables use of the Streaming API. This automatically gives you incoming DMs as well. 1033 </para> 1034 1035 <para> 1036 For other Twitter-like services, this setting is not supported. 1037 </para> 1038 </description> 1039 1040 </bitlbee-setting> 1025 1041 1026 1042 <bitlbee-setting name="target_url_length" type="integer" scope="account"> … … 1338 1354 1339 1355 <bitlbee-setting name="show_ids" type="boolean" scope="account"> 1340 <default> false</default>1356 <default>true</default> 1341 1357 1342 1358 <description>
Note: See TracChangeset
for help on using the changeset viewer.