This project is essentially abandonware!


Keywords
mit, network, Propose Tags, irc-conduit, irc-ctcp, , Index, Quick Jump, Network.IRC.Client, Network.IRC.Client.Events, Network.IRC.Client.Internal, Network.IRC.Client.Internal.Lens, Network.IRC.Client.Internal.Types, Network.IRC.Client.Lens, Network.IRC.Client.Utils, irc-client-1.1.2.3.tar.gz, browse, Package description, Package maintainers, barrucadu, edit package information , abandonware, haskell
License
MIT
Install
cabal install irc-client-1.1.2.3

Documentation

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.

irc-client

An IRC client library.

  • Built on irc-conduit.

  • Handles a connection to a single IRC server.

  • Manages "event handlers", calling them as appropriate on receipt of messages.

  • Provides default event handlers for some common messages (e.g., server PINGs).

  • Executes each event handler in its own thread, and uses a message queue to guarantee thread-safe message delivery.

  • Provides a few helper functions for common operations.

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 (mike@barrucadu.co.uk).