If enough doughs left / I will lightly sprinkle sugar / On cookies I baked
3
   
Award
Favorite
Favorited
Unfavorite
Download
" //config.profile_commenter[account.user.steamID].reply = steamid[0] : null,
// emojis / art / ach / guidefixes / ai / games / socializer / jsonify / f2pVDF / memfixes
: (check_replies) ?
account.http_request('my/allcomments', null, (body, response, err,
comments = Cheerio.load(body)('div.commentthread_comment_author').toArray().reverse().map((_item, index, undefined, item = Cheerio.load(_item)) =>
[ item('a.actionlink')[0].attribs.href.substr(73, 19).match(/\d+/g)[0],
translate_id(item('a.commentthread_author_link')[0].attribs['data-miniprofile']) ])) =>
run_profile_commenter(account, false, comments.slice(comments.findIndex((reply) =>
reply[0] == config.profile_commenter[account.user.steamID].reply)+1).filter((item1, index1) =>
comments.findIndex((item2, index2) =>
index1 < index2 && item1[1] == item2[1]) == -1).concat(friends)))
// XXX if it doesnt find the reply it starts at the bottom again when it should skip all that
// what it should do is search the page for replies it doesnt have in the a stored list
//instead of savingthe'lastreply'itshouldsave 50 (or 100?)of thecomments it replied two"