- Timestamp:
- 2010-08-31T20:06:14Z (14 years ago)
- Branches:
- master
- Children:
- 0c85c08
- Parents:
- 8358691 (diff), 31dbb90a (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
r8358691 rf5c0d8e 73 73 74 74 <para> 75 By default all your Twitter contacts will come from a contact called twitter_(yourusername). You can change this behaviour using the <emphasis>mode</emphasis> setting (see <emphasis>help set mode</emphasis>).75 By default all your Twitter contacts will appear in a new channel called #twitter_yourusername. You can change this behaviour using the <emphasis>mode</emphasis> setting (see <emphasis>help set mode</emphasis>). 76 76 </para> 77 77 … … 970 970 <bitlbee-setting name="mode" type="string" scope="account"> 971 971 <possible-values>one, many, chat</possible-values> 972 <default>one</default> 973 974 <description> 975 <para> 976 By default, everything from the Twitter module will come from one nick, twitter_(yourusername). If you prefer to have individual nicks for everyone, you can set this setting to "many" instead. 977 </para> 978 979 <para> 980 If you prefer to have all your Twitter things in a separate channel, you can set this setting to "chat". 981 </para> 982 983 <para> 984 In the last two modes, you can send direct messages by /msg'ing your contacts directly. Note, however, that incoming DMs are not fetched yet. 972 <default>chat</default> 973 974 <description> 975 <para> 976 By default, BitlBee will create a separate channel (called #twitter_yourusername) for all your Twitter contacts/messages. 977 </para> 978 979 <para> 980 If you don't want an extra channel, you can set this setting to "one" (everything will come from one nick, twitter_yourusername), or to "many" (individual nicks for everyone). 981 </para> 982 983 <para> 984 With modes "chat" and "many", you can send direct messages by /msg'ing your contacts directly. Note, however, that incoming DMs are not fetched yet. 985 </para> 986 987 <para> 988 With modes "many" and "one", you can post tweets by /msg'ing the twitter_yourusername contact. In mode "chat", messages posted in the Twitter channel will also be posted as tweets. 985 989 </para> 986 990 </description> … … 1637 1641 </bitlbee-command> 1638 1642 1639 <bitlbee-command name="transfer s">1643 <bitlbee-command name="transfer"> 1640 1644 <short-description>Monitor, cancel, or reject file transfers</short-description> 1641 <syntax>transfer s[<cancel> id | <reject>]</syntax>1645 <syntax>transfer [<cancel> id | <reject>]</syntax> 1642 1646 1643 1647 <description> 1644 1648 <para> 1645 Without parameters the currently pending file transfers and their status will be listed. Available actions are <emphasis>cancel</emphasis> and <emphasis>reject</emphasis>. See <emphasis>help transfer s<action></emphasis> for more information.1649 Without parameters the currently pending file transfers and their status will be listed. Available actions are <emphasis>cancel</emphasis> and <emphasis>reject</emphasis>. See <emphasis>help transfer <action></emphasis> for more information. 1646 1650 </para> 1647 1651 1648 1652 <ircexample> 1649 <ircline nick="ulim">transfer s</ircline>1653 <ircline nick="ulim">transfer</ircline> 1650 1654 </ircexample> 1651 1655 </description> … … 1653 1657 <bitlbee-command name="cancel"> 1654 1658 <short-description>Cancels the file transfer with the given id</short-description> 1655 <syntax>transfer s<cancel> id</syntax>1659 <syntax>transfer <cancel> id</syntax> 1656 1660 1657 1661 <description> … … 1660 1664 1661 1665 <ircexample> 1662 <ircline nick="ulim">transfer scancel 1</ircline>1666 <ircline nick="ulim">transfer cancel 1</ircline> 1663 1667 <ircline nick="root">Canceling file transfer for test</ircline> 1664 1668 </ircexample> … … 1667 1671 <bitlbee-command name="reject"> 1668 1672 <short-description>Rejects all incoming transfers</short-description> 1669 <syntax>transfer s<reject></syntax>1673 <syntax>transfer <reject></syntax> 1670 1674 1671 1675 <description> … … 1674 1678 1675 1679 <ircexample> 1676 <ircline nick="ulim">transfer sreject</ircline>1680 <ircline nick="ulim">transfer reject</ircline> 1677 1681 </ircexample> 1678 1682 </bitlbee-command>
Note: See TracChangeset
for help on using the changeset viewer.