diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-15 17:24:52 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-15 17:24:52 +0100 |
commit | b61c74c0e0941577b551cf54d8965893090ca282 (patch) | |
tree | 096d21c2b75370ffa4e5a5af503c5191d1cd338c /doc/user-guide | |
parent | b3d99e347e66e1559b86e7d3bf78ed8b087ec947 (diff) |
Merge Twitter favourite command from Flexo/#983. Leaving out the unfavourite
command for reasons given there.
At this point there are loads of command and stuff is getting a little messy
maybe.. :-/
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 4a6b3266..7a4baa73 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -847,6 +847,7 @@ <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>favourite <screenname|#id></term><listitem><para>Favo<emphasis>u</emphasis>rite the given user's most recent tweet, or the given tweet ID.</para></listitem></varlistentry> <varlistentry><term>post <message></term><listitem><para>Post a tweet</para></listitem></varlistentry> </variablelist> |