slingamn / irc-go

A bunch of self-contained packages that help with IRC development on Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoshuIRC-Go

This is a bunch of self-contained packages that help with IRC development in Go. The package splits themselves are fairly similar to how things are split up in the original Python version.


GoDoc Build Status Coverage Status Go Report Card


I'm aiming for this to become a client library all of its own. The best path to that is writing a bunch of useful, testable, self-contained packages that I'm able to wire together!

These packages are still in their early stages. Specifically, they're probably not as well-optimised as we'd like, and the interfaces exposed by them may not be final. For specific package details, view the documentation of that package.

An example bot that uses these packages can be found here.

Packages:

  • gircclient: Very work-in-progress client library.
  • ircfmt: IRC format codes handling, escaping and unescaping.
  • ircmap: IRC string casefolding.
  • ircmatch: IRC string matching (mostly just a globbing engine).
  • ircmsg: IRC message handling, raw line parsing and creation.
  • ircutils: Useful utility functions and classes that don't fit into their own packages.

Also check out the eventmgr library here, which helps with event attaching and dispatching.

About

A bunch of self-contained packages that help with IRC development on Go.

License:ISC License


Languages

Language:Go 100.0%