irc-go/README.md
2016-01-18 13:25:54 +10:00

958 B

gIRC-go

This is an IRC library for Go, pretty similar to the original Python version.


Build Status Coverage Status


This package is still in its early stages.

An example bot that uses this package can be found here.

Packages:

  • eventmgr: Event attaching and dispatching.
  • ircfmt: IRC format codes handling, escaping and unescaping.
  • ircmsg: IRC message handling, raw line parsing and creation.