irc-go/README.md

13 lines
534 B
Markdown
Raw Normal View History

2016-01-16 16:45:59 +00:00
# gIRC-go
2016-01-17 02:57:36 +00:00
This is an IRC library for Go, pretty similar to the [original Python version](https://github.com/DanielOaks/girc).
2016-01-16 16:45:59 +00:00
2016-01-17 02:57:36 +00:00
This package is still in its early stages.
2016-01-17 03:00:11 +00:00
An example bot that uses this package can be found [here](https://gist.github.com/DanielOaks/cbbc957e8dba39f59d9e).
2016-01-17 02:57:36 +00:00
Packages:
2016-01-17 07:04:34 +00:00
* [**eventmgr**](https://godoc.org/github.com/DanielOaks/girc-go/eventmgr): Event attaching and dispatching.
2016-01-17 02:57:36 +00:00
* [**ircmsg**](https://godoc.org/github.com/DanielOaks/girc-go/ircmsg): IRC message handling, raw line parsing and creation.