From a89327153865493f5a86cb6a4b005f150a54cb3b Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Wed, 9 Aug 2017 08:36:20 +0200 Subject: 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`. --- doc/user-guide/twitter.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/user-guide/twitter.xml (limited to 'doc/user-guide/twitter.xml') diff --git a/doc/user-guide/twitter.xml b/doc/user-guide/twitter.xml new file mode 100644 index 00000000..3827464a --- /dev/null +++ b/doc/user-guide/twitter.xml @@ -0,0 +1,28 @@ + +Twitter + + +Twitter allows you to use a set of commands in the Twitter channel/query. See help set commands. + + + +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 commands setting to strict, which causes the post command to become mandatory for posting. See help set commands. + + + +Here is a short description of the commands available: + +undo [<#id>]Delete your last message (or one with the given ID) +rt <screenname|#id>Retweet someone's last message (or one with the given ID) +reply <screenname|#id>Reply to a message (with a reply-to reference) +rawreply <screenname|#id>Reply to a message (with no reply-to reference) +report <screenname|#id>Report the given user (or the user who posted the message with the given ID) for sending spam. This will also block them. +follow <screenname>Start following a person +unfollow <screenname>Stop following a person +favourite <screenname|#id>Favourite the given user's most recent message, or the given ID. +post <message>Post a message +url <screenname|#id>Show URL for a message to open it in a browser (and see context) + + + + -- cgit v1.2.3