Changeset 7a90d02
- Timestamp:
- 2010-04-08T22:16:38Z (15 years ago)
- Branches:
- master
- Children:
- cca0692
- Parents:
- 92a9c68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user-guide/commands.xml
r92a9c68 r7a90d02 63 63 </ircexample> 64 64 </bitlbee-command> 65 66 <bitlbee-command name="twitter"> 67 <syntax>account add twitter <handle> <password></syntax> 68 69 <description> 70 <para> 71 This module gives you simple access to Twitter. Although it uses the Twitter API, only Twitter itself is supported at the moment. 72 </para> 73 74 <para> 75 By default all your Twitter contacts will show up in your contact list and their tweets will show up as private messages or in &bitlbee depending on your settings. If you want them in a separate channel, use the use_groupchat setting (see <emphasis>help set use_groupchat</emphasis>). 76 </para> 77 78 <para> 79 To send tweets yourself, send them to any of your Twitter contacts via /query (doesn't matter who), or just write in the groupchat channel if you enabled that option. 80 </para> 81 </description> 82 </bitlbee-command> 65 83 66 84 <bitlbee-command name="yahoo"> … … 401 419 402 420 <bitlbee-setting name="auto_reconnect" type="boolean" scope="both"> 403 <default> false</default>421 <default>true</default> 404 422 405 423 <description> … … 902 920 </bitlbee-setting> 903 921 922 <bitlbee-setting name="use_groupchat" type="boolean" scope="account"> 923 <default>false</default> 924 925 <description> 926 <para> 927 By default the Twitter module shows all Twitter contacts and their Tweet in &bitlbee and/or private messages. With this setting enabled the module will show all contacts and their Tweets in a separate channel. 928 </para> 929 </description> 930 </bitlbee-setting> 931 904 932 <bitlbee-setting name="web_aware" type="string" scope="account"> 905 933 <default>false</default>
Note: See TracChangeset
for help on using the changeset viewer.