zorael / kameloso

IRC bot with Twitch support
Boost Software License 1.0
9 stars 3 forks source link

Twitch URL filtering #80

Closed zorael closed 4 years ago

zorael commented 4 years ago

This adds URL filtering on Twitch, which seems to be a common feature.

When a non-privileged user sends a message containing one or more URLs, bots delete the message, time out the offending user and send a warning message. A command !permit can be used to temporarily allow a user to post links.

So let's implement that.