Ignore:
Timestamp:
2015-02-20T22:47:33Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
af359b4
Parents:
34afea7
Message:

Revert "Twitter format strings"

This reverts commit ce402b20d82ec323e6bd5e306de934773590742d.

See discussion in PR #10 for more details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r34afea7 r0ca1d79  
    539539
    540540        s = set_add(&acc->set, "strip_newlines", "false", set_eval_bool, acc);
    541 
    542         s = set_add(&acc->set, "format_string", "\002[\002%i\002]\002 %c", NULL, acc);
    543         s = set_add(&acc->set, "retweet_format_string", "\002[\002%i\002]\002 RT @%a: %c", NULL, acc);
    544         s = set_add(&acc->set, "reply_format_string", "\002[\002%i->%r\002]\002 %c", NULL, acc);
    545541       
    546542        s = set_add(&acc->set, "_last_tweet", "0", NULL, acc);
Note: See TracChangeset for help on using the changeset viewer.