
Irc connection library featuring such modules as
- irc.cmd - functions for generating irc protocol message for
client-to-server
- irc.core - functions for parsing low-level irc messages into
mid-level irc messages
- irc.core.prisms - prisms for all of the mid-level irc message
constructors
- irc.format - functions for parsing and rendering low-level irc
protocol messages
- irc.message - high-level irc event messages for client
interpretation
- irc.model - functions for interpreting mid-level irc messages to
generate high-level event messages and to maintain a consistent
view of the connection
- irc.ratelimit - functions to assist with rate-limiting outgoing
client messages
- irc.time - internal compatibility module for time-1.4 and
time-1.5 interop
this package provides a library for the haskell programming language, compiled for profiling. see http://www.haskell.org/ for more information on haskell.