summaryrefslogtreecommitdiff
path: root/Hsbot/IRCParser.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-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
* Some refactoring + cosmetics.Julien Dessaux2010-04-251-1/+1
|
* Wrote the list plugin command.Julien Dessaux2010-04-221-2/+2
|
* Fixed several stuff.Julien Dessaux2010-04-211-2/+2
|
* Reorganized code and types, changed slightly the architecture.Julien Dessaux2010-02-041-2/+13
|
* Rewrote the whole architecture.Julien Dessaux2010-02-041-11/+15
|
* Added the IRCParser (thx galdor), and PrivMsg handling (simply repeat)Julien Dessaux2009-08-131-0/+36