TheRandomDog / ToonTracker-old

0 stars 0 forks source link

Filter does not detect blacklisted words over multiple lines. #20

Closed amturner closed 6 years ago

amturner commented 6 years ago

When chatting in a channel that is monitored by ToonTracker, words on the blacklist do not get filtered if a user sends a message with multiple lines. For example:

blacklistedword Hello World!

However, if a user sends each line as a separate message, the filter detects the blacklisted word as normal.

I believe that this can be seen as a serious flaw in ToonTracker's filter, and if this flaw is not resolved, users can potentially use it to their advantage.

TheRandomDog commented 6 years ago

Was fixed with e1b3833.