summaryrefslogtreecommitdiff
path: root/Hsbot/Command.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrote nearly everything!v0.2.0Julien Dessaux2010-05-161-87/+0
* Some refactoring + cosmetics.Julien Dessaux2010-04-251-2/+2
* Added an utility function to correctly answer a message we receive (aka /msg)Julien Dessaux2010-04-221-7/+7
* Wrote the list plugin command.Julien Dessaux2010-04-221-0/+2
* Add the IrcMsg as an optional parameter for an internal command.Julien Dessaux2010-04-211-1/+1
* Removed all the dynamic module loading stuff.Julien Dessaux2010-04-211-4/+1
* Fixed several stuff.Julien Dessaux2010-04-211-1/+1
* Continue rewriting, found a problem in the way I kill plugins.Julien Dessaux2010-02-041-1/+6
* Began a complete rewrite of command and plugin management.Julien Dessaux2010-02-041-24/+35
* Rewrote command handling, added the Quote module and cleaned input handling.Julien Dessaux2010-02-041-36/+45
* Implemented unregisterCommand.Julien Dessaux2010-02-041-0/+11
* Added command registering and dispatching for plugins.Julien Dessaux2010-02-041-0/+52