Skip to content

JanGe/irc-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

The documentation of the latest developmental version is available online.

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 freenode), or email ([email protected]).

About

An IRC client library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 100.0%