summaryrefslogtreecommitdiff
path: root/Hsbot/Command.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-16Rewrote nearly everything!v0.2.0Julien Dessaux1-87/+0
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
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