link to titlebot

This commit is contained in:
Shivaram Lingamneni 2021-04-19 08:52:00 -04:00
parent 62a46fadbc
commit da91d6716f

@ -20,3 +20,5 @@ Packages:
* [**gircclient**](https://godoc.org/github.com/goshuirc/irc-go/client): Alternative, work-in-progress client library.
* [**ircmap**](https://godoc.org/github.com/goshuirc/irc-go/ircmap): IRC string casefolding.
* [**ircutils**](https://godoc.org/github.com/goshuirc/irc-go/ircutils): Useful utility functions and classes that don't fit into their own packages.
For a relatively complete example of the library's use, see [slingamn/titlebot](https://github.com/slingamn/titlebot).