summaryrefslogtreecommitdiff
path: root/Hsbot/Irc/Command.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned that ugly update message handling and added a reboot command to the ↵Julien Dessaux2010-05-251-5/+7
| | | | ircbot.
* Implemented ircbot update messages.Julien Dessaux2010-05-241-2/+12
|
* Removed thread ids from plugins data structure.Julien Dessaux2010-05-161-2/+2
|
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-0/+59
* 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