Last change
on this file since 18a0f99 was
b8b931d,
checked in by GitHub <noreply@…>, at 2020-05-07T19:33:52Z
|
Add support for group reply using auto_populate_reply_metadata (#146)
|
-
Property mode set to
100644
|
File size:
2.4 KB
|
Rev | Line | |
---|
[a893271] | 1 | <chapter id="twitter"> |
---|
| 2 | <title>Twitter</title> |
---|
| 3 | |
---|
| 4 | <para> |
---|
| 5 | Twitter allows you to use a set of commands in the Twitter channel/query. See <emphasis>help set commands</emphasis>. |
---|
| 6 | </para> |
---|
| 7 | |
---|
| 8 | <para> |
---|
| 9 | 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>. |
---|
| 10 | </para> |
---|
| 11 | |
---|
| 12 | <para> |
---|
| 13 | Here is a short description of the commands available: |
---|
| 14 | <variablelist> |
---|
| 15 | <varlistentry><term>undo [<#id>]</term><listitem><para>Delete your last message (or one with the given ID)</para></listitem></varlistentry> |
---|
| 16 | <varlistentry><term>rt <screenname|#id></term><listitem><para>Retweet someone's last message (or one with the given ID)</para></listitem></varlistentry> |
---|
[b8b931d] | 17 | <varlistentry><term>reply <screenname|#id></term><listitem><para>Reply to a message (with a reply-to reference, mentions only one user)</para></listitem></varlistentry> |
---|
[a893271] | 18 | <varlistentry><term>rawreply <screenname|#id></term><listitem><para>Reply to a message (with no reply-to reference)</para></listitem></varlistentry> |
---|
[b8b931d] | 19 | <varlistentry><term>greply <screenname|#id></term><listitem><para>Group reply to a message (with reply-to, mentions every user in the conversation)</para></listitem></varlistentry> |
---|
[a893271] | 20 | <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> |
---|
| 21 | <varlistentry><term>follow <screenname></term><listitem><para>Start following a person</para></listitem></varlistentry> |
---|
| 22 | <varlistentry><term>unfollow <screenname></term><listitem><para>Stop following a person</para></listitem></varlistentry> |
---|
| 23 | <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> |
---|
| 24 | <varlistentry><term>post <message></term><listitem><para>Post a message</para></listitem></varlistentry> |
---|
| 25 | <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> |
---|
| 26 | </variablelist> |
---|
| 27 | </para> |
---|
| 28 | |
---|
| 29 | </chapter> |
---|
Note: See
TracBrowser
for help on using the repository browser.