From ff523d68f91915d3fb08e2ed3b68dcd98ab59f4d Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 17 Jan 2016 13:00:11 +1000 Subject: [PATCH] readme: Add link to tinybot --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1e6d330..0b9240b 100644 --- a/README.md +++ b/README.md @@ -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.