nnev / frank

Frank is an IRC bot written in Go. It’s my pet project to learn Go and specifically tailored to my needs.
ISC License
8 stars 7 forks source link

implement blacklist to avoid posting pointless titles #13

Closed cherti closed 10 years ago

cherti commented 10 years ago

This is to make frank avoid a list of certain titles, namely generic ones that might come up frequently enough that one might want to blacklist them for the beauty and tidiness of IRC.

breunigs commented 10 years ago

Either make that an string array or slice, instead of the complicated Set-setup.