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

Simplify title parsing, test without the network #38

Closed stapelberg closed 7 years ago

stapelberg commented 7 years ago

Much of the code could be deleted because GitHub and Twitter now have reasonable titles.

The changes to the test make it hermetic (and make it pass).

fixes #4