A simple IRC bot written in Haskell
Go to file
Abhinav Sarkar 8659c5f755 Added support for new messages and commands
1. Added support for pong, nick in use and names messages
2. Added support for ping, quit and names commands
3. Refactored message logger
4. Other minor changes
2014-05-20 00:05:06 +05:30
Network/IRC Added support for new messages and commands 2014-05-20 00:05:06 +05:30
.gitignore Fixed EOF while reading from socket 2014-05-13 00:00:33 +05:30
config.cfg.template Added more message logging 2014-05-11 14:34:05 +05:30
hask-irc.cabal Added support for new messages and commands 2014-05-20 00:05:06 +05:30
LICENSE Added cabal conf file 2014-05-04 08:44:54 +05:30
Main.hs Fixed EOF while reading from socket 2014-05-13 00:00:33 +05:30
Setup.hs Added cabal conf file 2014-05-04 08:44:54 +05:30