Dido is playing / Damn you Spotify random! / There goes my street cred
4
   
Award
Favorite
Favorited
Unfavorite
Download
"################################################################################
setInterval(() => rainbow_message = pool(questions), 100000),
rainbow_chat = (i = 0) => (
rainbow_message = get_reply((i == 0 ? 'Walter' : ' Perry'), rainbow_message),
console.log('MESSAGE |999| ' + (i == 0 ? '<< [Perry] <<' : '>> [Walter] >>').rainbow.bold.inverse + ' ' + rainbow_message.rainbow.bold),
setTimeout(rainbow_chat, Math.floor((Math.random()*20000) + 10000), (i == 0 ? 1 : 0))),
////////////////////////////////////////////////////////////////////////////////
(a % 24 == 0 || (accounts[0].userdata && accounts[0].userdata.rgWishlist.length != 34666)) ?
run_wishlist_redeemer(accounts[0], 5) // XXX only do if neccessary, it might still be ♥♥♥♥♥♥♥ with the feed
// XXX or do manually? then I dont have to keep gettinguser data and making requests at all
// this can be easily rolled into my daily stuff
:
################################################################################"