MIT licensed by Michael Walker
Maintained by [email protected]
This version can be pinned in stack with:irc-client-1.1.0.3@sha256:24685125b42df51be03feaf11f4b08bedf3ed0d5c536abec568985bf2028b690,4786

Module documentation for 1.1.0.3

  • Network
    • Network.IRC
      • 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

An IRC client library built atop irc-conduit. Why another IRC client library, you cry? I didn't really find one that did what I wanted (specifically, handle connecting to servers and calling event handlers, possibly with TLS), but which didn't implement almost a full IRC bot for you. That takes out all the fun!

irc-conduit and irc-ctcp are my solution to the first part of that, this is my solution to the latter. It's a simple IRC client library that does the basics for you, but isn't an all-singing, all-dancing, fully-featured IRC application. It is a merely a simple library.