irc-go/README.md

20 lines
958 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 08:50:59 +00:00
---
[![Build Status](https://travis-ci.org/DanielOaks/girc-go.svg?branch=master)](https://travis-ci.org/DanielOaks/girc-go) [![Coverage Status](https://coveralls.io/repos/DanielOaks/girc-go/badge.svg?branch=master&service=github)](https://coveralls.io/github/DanielOaks/girc-go?branch=master)
---
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-18 03:25:54 +00:00
* [**ircfmt**](https://godoc.org/github.com/DanielOaks/girc-go/ircfmt): IRC format codes handling, escaping and unescaping.
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.