@hackage irc-client1.1.2.3
An IRC client library.
Categories
License
MIT
Maintainer
mike@barrucadu.co.uk
Links
Versions
Installation
Dependencies (22)
- base >=4.7 && <5
- bytestring >=0.10 && <0.12
- conduit >=1.2.8 && <1.4
- connection >=0.2 && <0.4
- containers >=0.1 && <1
- contravariant >=0.1 && <1.6 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/xdcc
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.