pajbot / pajbot

Twitch moderation bot
https://pajbot.com/
MIT License
295 stars 100 forks source link

duel winstreaks? #58

Closed pajlada closed 8 years ago

pajlada commented 8 years ago

,for the winstreak: have the time of the last duel already on your page - just need to capture the result. if it's win winstreak += 1 else winstreak = 0 -> sort user's descending by winstreak count and you should get the list

do we want this?

zupd commented 8 years ago

It does sound awesome. I support this

hptk commented 8 years ago

Well this should rarely get over 3, I mean 50% chance recursively is deminishing quickly. Maybe get winrates for each person and sort users by ESPORT PogChamp -rate (luck) (although this will still approach 50%)

pajlada commented 8 years ago

Fixed