sorcix/irc

Package irc implements generic support for the IRC protocol in Go.

Go

237

81 commits

updated Dec 22, 2022

See the code

README

Go irc package

Please use the v2 branch for new projects!

GoDoc

Features

Package irc allows your application to speak the IRC protocol.

  • Limited scope, does one thing and does it well.
  • Focus on simplicity and speed.
  • Stable API: updates shouldn't break existing software.
  • Well documented code.

This package does not manage your entire IRC connection. It only translates the protocol to easy to use Go types. It is meant as a single component in a larger IRC library, or for basic IRC bots for which a large IRC package would be overkill.

Usage

Please use the v2 branch for new projects!

Contributors

sorcix

76 commits

belak

3 commits

Kimau

1 commits

stapelberg

1 commits

sorcix/irc

Package irc implements generic support for the IRC protocol in Go.

Go

237

81 commits

updated Dec 22, 2022

See the code

README

Go irc package

Please use the v2 branch for new projects!

GoDoc

Features

Package irc allows your application to speak the IRC protocol.

  • Limited scope, does one thing and does it well.
  • Focus on simplicity and speed.
  • Stable API: updates shouldn't break existing software.
  • Well documented code.

This package does not manage your entire IRC connection. It only translates the protocol to easy to use Go types. It is meant as a single component in a larger IRC library, or for basic IRC bots for which a large IRC package would be overkill.

Usage

Please use the v2 branch for new projects!

Contributors

sorcix

76 commits

belak

3 commits

Kimau

1 commits

stapelberg

1 commits

Languages

Go

100.0%