summaryrefslogtreecommitdiff
path: root/Hsbot/IRC.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-13Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux1-3/+22
2009-08-11Rethought the way I handled IRC data.Julien Dessaux1-10/+4
2009-08-07Began to write the commands' stuff, and made a working reboot.Julien Dessaux1-1/+1
2009-08-07Wrote the ping pong stuffJulien Dessaux1-0/+11
2009-08-07Refactored some minor stuffJulien Dessaux1-5/+6
2009-08-06Added IRC connection and initialisation stuff.Julien Dessaux1-2/+25
2009-08-06renamed "Server" algebraic data type to "IrcServer"Julien Dessaux1-3/+3
2009-08-05Wrote a dynamic compilation stuff that works (unable to test reboot yet)Julien Dessaux1-0/+34