jpgohlke / twitch-chat-filter

58 stars 37 forks source link

[Enhancement] Automatically add or remove a space from the beginning of repeated messages #167

Open flarn2006 opened 9 years ago

flarn2006 commented 9 years ago

If I type a message that was the same as the last one I typed, I'm able to get around the wait by adding a space to the beginning, so I only need to wait for the normal slow mode time to expire. Commands are still processed this way as well. What would be nice is if the script automatically did this for me--if the duplicate message does not begin with a space, to add one, and if it does, to remove it.

Zephymastyx commented 9 years ago

See #98, it is not wanted :( unless the stance on this has changed, seeing the suggestion was made almost a year ago?

MattiasBuelens commented 9 years ago

It's indeed very easy to implement, I quickly whipped up d5ca1ed1dc2270de69209d4c0437153751dca204 and it works fine.

It's just a question whether this is considered an exploit and gives an unfair advantage.

flarn2006 commented 9 years ago

Well thanks @MattiasBuelens, at least I can still use that even if it won't be added to the official build.