summaryrefslogtreecommitdiff
path: root/Hsbot/Command.hs (unfollow)
Commit message (Expand)AuthorFilesLines
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