From dfaa46d37c5a71e7d8c413c7c9714db854b8b559 Mon Sep 17 00:00:00 2001 From: William Pettersson Date: Mon, 26 Jan 2015 04:37:14 -0300 Subject: twitter: Add raw reply support By default, "reply" prepends the username of the tweet being replied to. This adds support for a "rawreply" command which does not prepend this username. This is useful for "replying" to your own tweet to maintain a chain of tweets on a singular topic. --- doc/user-guide/commands.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/user-guide') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 682c5dc1..6ce19774 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -846,6 +846,7 @@ undo #[<id>]Delete your last Tweet (or one with the given ID) rt <screenname|#id>Retweet someone's last Tweet (or one with the given ID) reply <screenname|#id>Reply to a Tweet (with a reply-to reference) + rawreply <screenname|#id>Reply to a Tweet (with no reply-to reference) report <screenname|#id>Report the given user (or the user who posted the tweet with the given ID) for sending spam. This will also block them. follow <screenname>Start following a person unfollow <screenname>Stop following a person -- cgit v1.2.3