diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-03-12 22:36:35 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-03-12 22:36:35 +0000 |
commit | d18dee42088f0bef9d09dbc7903590d755d19a50 (patch) | |
tree | e8c5d9b956e476420c990de825c061b103a008cd /doc/user-guide | |
parent | 57a656009b79afa0efc1fef360e6f7ca8a89ea01 (diff) |
Merging report-spam patch for Twitter from Flexo. #923
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/commands.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 20023d3a..d7635474 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -844,6 +844,7 @@ <varlistentry><term>undo #[<id>]</term><listitem><para>Delete your last Tweet (or one with the given ID)</para></listitem></varlistentry> <varlistentry><term>rt <screenname|#id></term><listitem><para>Retweet someone's last Tweet (or one with the given ID)</para></listitem></varlistentry> <varlistentry><term>reply <screenname|#id></term><listitem><para>Reply to a Tweet (with a reply-to reference)</para></listitem></varlistentry> + <varlistentry><term>report <screenname|#id></term><listitem><para>Report the given user (or the user who posted the tweet 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>post <message></term><listitem><para>Post a tweet</para></listitem></varlistentry> |