A simple IRC bot written in Haskell
Go to file
Abhinav Sarkar 757285f4fd Major refactoring
1. Unified Messages, Events and Commands
2. Switched to a single TChan based message bus for communication between modules
3. Each handler now has a dedicated thread in which it runs, ensuring sequentiality of messages
2014-10-04 21:22:24 +05:30
hask-irc-core Major refactoring 2014-10-04 21:22:24 +05:30
hask-irc-handlers Major refactoring 2014-10-04 21:22:24 +05:30
hask-irc-runner Major refactoring 2014-10-04 21:22:24 +05:30
.gitignore Added Auth handler 2014-05-22 03:23:57 +05:30
.travis.yml Added travis CI integration 2014-05-25 21:20:45 +05:30
LICENSE Added cabal conf file 2014-05-04 08:44:54 +05:30
config.cfg.template Added docs to core project, some refactoring, updated dependencies 2014-06-06 19:58:53 +05:30
init_sanbox.sh Added travis CI integration 2014-05-25 19:33:18 +05:30