twitchinstallsarchlinux / twitch-master

Read input from Twitch, and send keys to other programs
132 stars 17 forks source link

Stop users voting multiple times per cycle? #10

Open HeroesGrave opened 8 years ago

HeroesGrave commented 8 years ago

Looking at the user commands, there are a small handful of users that are rapidly spamming the same command (and most of the time, that command wins).

Whether they're bots or just people with a lot of spare time, it seems rather silly to let the progression of commands be decided by such a small proportion of the participants.

Perhaps there should be a mechanism in place to discard multiple votes from the same user within each voting period.

jomo commented 8 years ago

:+1:

Starsam80 commented 8 years ago

either a bug or coincidence, because if you look at https://github.com/twitchinstallsarchlinux/twitch-master/blob/master/twitch_master.js#L64 you will see that all users will get 1 command, so even if they input "g" then "g " (note the space), it will only count 1 g