Every repository with this icon (
Every repository with this icon (
Home
This is a forked repository. Have a look at zigdon’s twirssi wiki for more information. Below are my modifications.
Irssi formatting support
Adds the capacity to specify your own Irssi theme lines (via /FORMAT) to use when displaying Twitter messages, replies, and direct messages in Twirssi. The patch starts with a value similar to the original script, but if you’re using this patch, you’re probably interested in changing in, in which case you are interested in /FORMAT.
Example:
/format twirssi_tweet_str %K<%n$0$1$2%K>%n $3
This is an Irssi format, so you can be as clever as possible with any other /FORMAT message.
Variables:
- tweets: $0 = $account, $1 = $meta{nick}, $2 = $marker, $3 = $_
- replies: $0 = $account, $1 = $meta{nick}, $2 = $marker, $3 = $_
- DMs: $0 = $account, $1 = $meta{nick}, $2 = $_
Tweet window input
The twitter window in Twirssi is display-only; you can read but not send anything to it, and all Twitter interaction happens with commands. This gives you the option to have bare (i.e. not commands) input to the window be tweeted!
Configuration
The option is off by default so as to not mess with people who don’t like the option or know they are prone to pasting stuff into the wrong windows. :)
/set tweet_window_input on
Now all text sent to the Twitter window will be tweeted. (Or at least attempted to, standard tweet restrictions apply.)







