From b8906261293b34d8c792bd1f48df10144a8a8f10 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 8 Aug 2010 14:42:57 +0100 Subject: Add a few more commands (including RT) and the ability to send replies. That's it for now, this is already not very pretty, but just offers the bare basic functionality. --- doc/user-guide/commands.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'doc/user-guide') diff --git a/doc/user-guide/commands.xml b/doc/user-guide/commands.xml index 982e122e..7cedffc3 100644 --- a/doc/user-guide/commands.xml +++ b/doc/user-guide/commands.xml @@ -494,6 +494,24 @@ + + 10800 + + + + For Twitter accounts: If you respond to Tweets IRC-style (like "nickname: reply"), this will automatically be converted to the usual Twitter format ("@screenname reply"). + + + + By default, BitlBee will then also add a reference to that person's most recent Tweet, unless that message is older than the value of this setting in seconds. + + + + If you want to disable this feature, just set this to 0. Alternatively, if you want to write a message once that is not a reply, use the Twitter reply syntax (@screenname). + + + + @@ -601,6 +619,28 @@ + + true + + + + With this setting enabled, you can use some commands in your Twitter channel/query. The commands are simple and not documented in too much detail: + + + + 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) + follow <screenname>Start following a person + unfollow <screenname>Stop following a person + post <message>Post a tweet + + + + Anything that doesn't look like a command will be treated as a tweet. Watch out for typos! :-) + + + + false -- cgit v1.2.3