Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.14 KB

README.markdown

File metadata and controls

40 lines (26 loc) · 1.14 KB

This project is essentially abandonware!

I may respond to minor issues, like version bounds which need changing, but I won't be doing any significant work.

Offer to take over the package if you want any significant changes.

Streaming IRC message library using conduits.

  • Provides conduits for translating bytestrings into "events", and "messages" into bytestrings.

  • Provides a sum type for all IRC messages you're likely to want to deal with in a client.

  • Provides two helper functions for connecting to IRC servers directly.

  • Manages flood protection when connecting to a server directly.

Note

This used to be a part of yukibot, so if you want the history from before this was split out into its own library, check there.

Contributing

Bug reports, pull requests, and comments are very welcome!

Feel free to contact me on GitHub, through IRC (#haskell on libera.chat), or email ([email protected]).