Buffer order now controlable by editing config file.

This commit is contained in:
Bill Dengler
2015-05-04 12:51:47 -04:00
parent 7b9247eefe
commit 3dc4c4c685
2 changed files with 46 additions and 39 deletions

View File

@@ -13,6 +13,7 @@ time_to_check_streams = integer(default=30)
announce_stream_status = boolean(default=True)
retweet_mode = string(default="ask")
persistant_session = boolean(default=False)
buffer_order = list(default=list('home','mentions','dm','sent_dm','sent_tweets','favorites','followers','friends','blocks','muted','events'))
[sound]
volume = float(default=1.0)