summaryrefslogtreecommitdiff
path: root/Hsbot/Command.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux1-87/+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-2/+2
2010-04-22Added an utility function to correctly answer a message we receive (aka /msg)Julien Dessaux1-7/+7
2010-04-22Wrote the list plugin command.Julien Dessaux1-0/+2
2010-04-21Add the IrcMsg as an optional parameter for an internal command.Julien Dessaux1-1/+1
2010-04-21Removed all the dynamic module loading stuff.Julien Dessaux1-4/+1
2010-04-21Fixed several stuff.Julien Dessaux1-1/+1
2010-02-04Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux1-1/+6
2010-02-04Began a complete rewrite of command and plugin management.Julien Dessaux1-24/+35
Wrote a command routing statement, added an IrcPlugin monad.
2010-02-04Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux1-36/+45
2010-02-04Implemented unregisterCommand.Julien Dessaux1-0/+11
2010-02-04Added command registering and dispatching for plugins.Julien Dessaux1-0/+52