Libraries to help with IRC development in Go. Mirror/fork of https://github.com/ergochat/irc-go https://github.com/ergochat/irc-go
irc
Go to file
2016-01-18 13:25:54 +10:00
eventmgr eventmgr: Test dispatching and priority 2016-01-18 10:21:38 +10:00
ircfmt ircfmt: Initial commit 2016-01-18 13:25:54 +10:00
ircmsg Whoops, let's use ISC for this instead of public domain 2016-01-18 00:48:04 +10:00
.gitignore Add gitignore 2016-01-17 09:30:46 +10:00
.travis.yml travis: Cover all submodules 2016-01-17 18:47:34 +10:00
doc.go Whoops, let's use ISC for this instead of public domain 2016-01-18 00:48:04 +10:00
LICENSE Initial commit 2016-01-17 02:45:59 +10:00
README.md ircfmt: Initial commit 2016-01-18 13:25:54 +10:00

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.