source: doc/user-guide/twitter.xml @ af6b7fa

Last change on this file since af6b7fa was a893271, checked in by dx <dx@…>, at 2017-08-26T18:15:04Z

Twitter documentation: move commands to a chapter

The Twitter commands are now documented in their own chapter
accessed by help twitter instead of being hidden in `help set
commands`.

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<chapter id="twitter">
2<title>Twitter</title>
3
4<para>
5Twitter allows you to use a set of commands in the Twitter channel/query. See <emphasis>help set commands</emphasis>.
6</para>
7
8<para>
9Anything 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>.
10</para>
11
12<para>
13Here is a short description of the commands available:
14<variablelist>
15<varlistentry><term>undo [&lt;#id&gt;]</term><listitem><para>Delete your last message (or one with the given ID)</para></listitem></varlistentry>
16<varlistentry><term>rt &lt;screenname|#id&gt;</term><listitem><para>Retweet someone's last message (or one with the given ID)</para></listitem></varlistentry>
17<varlistentry><term>reply &lt;screenname|#id&gt;</term><listitem><para>Reply to a message (with a reply-to reference)</para></listitem></varlistentry>
18<varlistentry><term>rawreply &lt;screenname|#id&gt;</term><listitem><para>Reply to a message (with no reply-to reference)</para></listitem></varlistentry>
19<varlistentry><term>report &lt;screenname|#id&gt;</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>
20<varlistentry><term>follow &lt;screenname&gt;</term><listitem><para>Start following a person</para></listitem></varlistentry>
21<varlistentry><term>unfollow &lt;screenname&gt;</term><listitem><para>Stop following a person</para></listitem></varlistentry>
22<varlistentry><term>favourite &lt;screenname|#id&gt;</term><listitem><para>Favo<emphasis>u</emphasis>rite the given user's most recent message, or the given ID.</para></listitem></varlistentry>
23<varlistentry><term>post &lt;message&gt;</term><listitem><para>Post a message</para></listitem></varlistentry>
24<varlistentry><term>url &lt;screenname|#id&gt;</term><listitem><para>Show URL for a message to open it in a browser (and see context)</para></listitem></varlistentry>
25</variablelist>
26</para>
27
28</chapter>
Note: See TracBrowser for help on using the repository browser.