summaryrefslogtreecommitdiff
path: root/Hsbot/IRCParser.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux1-51/+0
* Rewrote the whole architecture to achieve extreme modularity * Added the ability to build a multiprotocol bot * Added cabal integration * Added configuration handling the XMonad style * Added configuration in ~/.hsbot * Refactored many many named and functions * Refactored data structures * Cleaned a big bunch of stuff
2010-04-25Some refactoring + cosmetics.Julien Dessaux1-1/+1
2010-04-22Wrote the list plugin command.Julien Dessaux1-2/+2
2010-04-21Fixed several stuff.Julien Dessaux1-2/+2
2010-02-04Reorganized code and types, changed slightly the architecture.Julien Dessaux1-2/+13
2010-02-04Rewrote the whole architecture.Julien Dessaux1-11/+15
2009-08-13Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux1-0/+36