blob: 3827464a265f7112be1a56cd64af0f3b2a448037 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<chapter id="twitter">
<title>Twitter</title>
<para>
Twitter allows you to use a set of commands in the Twitter channel/query. See <emphasis>help set commands</emphasis>.
</para>
<para>
Anything that doesn't look like a command will be treated as a new message. Watch out for typos, or to avoid this behaviour, set the <emphasis>commands</emphasis> setting to <emphasis>strict</emphasis>, which causes the <emphasis>post</emphasis> command to become mandatory for posting. See <emphasis>help set commands</emphasis>.
</para>
<para>
Here is a short description of the commands available:
<variablelist>
<varlistentry><term>undo [<#id>]</term><listitem><para>Delete your last message (or one with the given ID)</para></listitem></varlistentry>
<varlistentry><term>rt <screenname|#id></term><listitem><para>Retweet someone's last message (or one with the given ID)</para></listitem></varlistentry>
<varlistentry><term>reply <screenname|#id></term><listitem><para>Reply to a message (with a reply-to reference)</para></listitem></varlistentry>
<varlistentry><term>rawreply <screenname|#id></term><listitem><para>Reply to a message (with no reply-to reference)</para></listitem></varlistentry>
<varlistentry><term>report <screenname|#id></term><listitem><para>Report the given user (or the user who posted the message with the given ID) for sending spam. This will also block them.</para></listitem></varlistentry>
<varlistentry><term>follow <screenname></term><listitem><para>Start following a person</para></listitem></varlistentry>
<varlistentry><term>unfollow <screenname></term><listitem><para>Stop following a person</para></listitem></varlistentry>
<varlistentry><term>favourite <screenname|#id></term><listitem><para>Favo<emphasis>u</emphasis>rite the given user's most recent message, or the given ID.</para></listitem></varlistentry>
<varlistentry><term>post <message></term><listitem><para>Post a message</para></listitem></varlistentry>
<varlistentry><term>url <screenname|#id></term><listitem><para>Show URL for a message to open it in a browser (and see context)</para></listitem></varlistentry>
</variablelist>
</para>
</chapter>
|