panzi / WordCountBot

Very simple IRC bot that counts mentioned words in the last X seconds.
2 stars 0 forks source link

Suggestion: filter out big numbers #1

Open divinentd opened 7 years ago

divinentd commented 7 years ago

These books are short, you could probably safely filter out anything over 200. At the least you could remove anything over 3 digits.

Test cases: 1981 (years) 66666666 (people holding down on a key)

This is assuming this is only being used for Wil's Choose Your Own Adventures. If not, maybe it could be a feature flag? (I'm not familiar with this tech.)

panzi commented 7 years ago

Hmm, I can make it !countint [[min] max] and make default values for min/max configurable by channel or something.