Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user-guide/commands.xml

    r0ebf919 rc55701e  
    7373                                       
    7474                                        <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>).
    7676                                        </para>
    7777                                       
     
    811811        <bitlbee-setting name="mode" type="string" scope="account">
    812812                <possible-values>one, many, chat</possible-values>
    813                 <default>one</default>
    814 
    815                 <description>
    816                         <para>
    817                                 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.
    818                         </para>
    819                        
    820                         <para>
    821                                 If you prefer to have all your Twitter things in a separate channel, you can set this setting to "chat".
    822                         </para>
    823                        
    824                         <para>
    825                                 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.
     813                <default>chat</default>
     814
     815                <description>
     816                        <para>
     817                                By default, BitlBee will create a separate channel (called #twitter_yourusername) for all your Twitter contacts/messages.
     818                        </para>
     819
     820                        <para>
     821                                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).
     822                        </para>
     823                       
     824                        <para>
     825                                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.
     826                        </para>
     827                       
     828                        <para>
     829                                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.
    826830                        </para>
    827831                </description>
     
    14641468        </bitlbee-command>
    14651469       
    1466         <bitlbee-command name="transfers">
     1470        <bitlbee-command name="transfer">
    14671471                <short-description>Monitor, cancel, or reject file transfers</short-description>
    1468                 <syntax>transfers [&lt;cancel&gt; id | &lt;reject&gt;]</syntax>
     1472                <syntax>transfer [&lt;cancel&gt; id | &lt;reject&gt;]</syntax>
    14691473               
    14701474                <description>
    14711475                        <para>
    1472                                 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 transfers &lt;action&gt;</emphasis> for more information.
     1476                                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 &lt;action&gt;</emphasis> for more information.
    14731477                        </para>
    14741478
    14751479                        <ircexample>
    1476                                 <ircline nick="ulim">transfers</ircline>
     1480                                <ircline nick="ulim">transfer</ircline>
    14771481                        </ircexample>
    14781482                </description>
     
    14801484                <bitlbee-command name="cancel">
    14811485                        <short-description>Cancels the file transfer with the given id</short-description>
    1482                         <syntax>transfers &lt;cancel&gt; id</syntax>
     1486                        <syntax>transfer &lt;cancel&gt; id</syntax>
    14831487
    14841488                        <description>
     
    14871491
    14881492                        <ircexample>
    1489                                 <ircline nick="ulim">transfers cancel 1</ircline>
     1493                                <ircline nick="ulim">transfer cancel 1</ircline>
    14901494                                <ircline nick="root">Canceling file transfer for test</ircline>
    14911495                        </ircexample>
     
    14941498                <bitlbee-command name="reject">
    14951499                        <short-description>Rejects all incoming transfers</short-description>
    1496                         <syntax>transfers &lt;reject&gt;</syntax>
     1500                        <syntax>transfer &lt;reject&gt;</syntax>
    14971501
    14981502                        <description>
     
    15011505
    15021506                        <ircexample>
    1503                                 <ircline nick="ulim">transfers reject</ircline>
     1507                                <ircline nick="ulim">transfer reject</ircline>
    15041508                        </ircexample>
    15051509                </bitlbee-command>
Note: See TracChangeset for help on using the changeset viewer.