Ignore:
Timestamp:
2010-08-08T13:42:57Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2528cda, f32c14c
Parents:
203a2d2
Message:

Add a few more commands (including RT) and the ability to send replies.
That's it for now, this is already not very pretty, but just offers the bare
basic functionality.

File:
1 edited

Legend:

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

    r203a2d2 rb890626  
    495495        </bitlbee-setting>
    496496
     497        <bitlbee-setting name="auto_reply_timeout" type="integer" scope="account">
     498                <default>10800</default>
     499
     500                <description>
     501                        <para>
     502                                For Twitter accounts: If you respond to Tweets IRC-style (like "nickname: reply"), this will automatically be converted to the usual Twitter format ("@screenname reply").
     503                        </para>
     504
     505                        <para>
     506                                By default, BitlBee will then also add a reference to that person's most recent Tweet, unless that message is older than the value of this setting in seconds.
     507                        </para>
     508
     509                        <para>
     510                                If you want to disable this feature, just set this to 0. Alternatively, if you want to write a message once that is <emphasis>not</emphasis> a reply, use the Twitter reply syntax (@screenname).
     511                        </para>
     512                </description>
     513        </bitlbee-setting>
     514
    497515        <bitlbee-setting name="away" type="string" scope="both">
    498516                <description>
     
    598616                        <para>
    599617                                For setting up named chatrooms, it's currently easier to just use the <emphasis>chat add</emphasis> command.
     618                        </para>
     619                </description>
     620        </bitlbee-setting>
     621
     622        <bitlbee-setting name="commands" type="boolean" scope="account">
     623                <default>true</default>
     624
     625                <description>
     626                        <para>
     627                                With this setting enabled, you can use some commands in your Twitter channel/query. The commands are simple and not documented in too much detail:
     628                        </para>
     629
     630                        <variablelist>
     631                                <varlistentry><term>undo [&lt;id&gt;]</term><listitem><para>Delete your last Tweet (or one with the given ID)</para></listitem></varlistentry>
     632                                <varlistentry><term>rt &lt;screenname|id&gt;</term><listitem><para>Retweet someone's last Tweet (or one with the given ID)</para></listitem></varlistentry>
     633                                <varlistentry><term>follow &lt;screenname&gt;</term><listitem><para>Start following a person</para></listitem></varlistentry>
     634                                <varlistentry><term>unfollow &lt;screenname&gt;</term><listitem><para>Stop following a person</para></listitem></varlistentry>
     635                                <varlistentry><term>post &lt;message&gt;</term><listitem><para>Post a tweet</para></listitem></varlistentry>
     636                        </variablelist>
     637
     638                        <para>
     639                                Anything that doesn't look like a command will be treated as a tweet. Watch out for typos! :-)
    600640                        </para>
    601641                </description>
Note: See TracChangeset for help on using the changeset viewer.