Types and functions for working with the IRC protocol.
Another IRC library. It doesn't provide a client API though. It just provides functions for parsing and serializing IRC commands and replies.
The package is based on RFC 2812, with modifications and extensions to work with Freenode.
NOTE: The handling of IRC protocol messages is incomplete, but there is enough to e.g. create an IRC bot. Missing features are being added as needed while working on FunBot, and of course patches are welcome.
See the .cabal file for more info and link to project website the version control.
The official download location is Hackage:
http://hackage.haskell.org/package/irc-fun-messages
This library is free software, and is committed to software freedom. It is released to the public domain using the CC0 Public Domain Dedication. For the boring "legal" details see the file 'COPYING'.
See the file 'INSTALL' for hints on installation. The file 'ChangeLog' explains how to see the history log of the changes done in the code. 'NEWS' provides a friendly overview of the changes for each release.