readme: Add link to tinybot

This commit is contained in:
Daniel Oaks 2016-01-17 13:00:11 +10:00
parent 7c93e41097
commit ff523d68f9

@ -4,6 +4,8 @@ This is an IRC library for Go, pretty similar to the [original Python version](h
This package is still in its early stages.
An example bot that uses this package can be found [here](https://gist.github.com/DanielOaks/cbbc957e8dba39f59d9e).
Packages:
* [**ircmsg**](https://godoc.org/github.com/DanielOaks/girc-go/ircmsg): IRC message handling, raw line parsing and creation.