index
:
adyxax/hsbot
master
An IRC bot written in haskell
Julien Dessaux
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Hsbot
/
Command.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrote nearly everything!
v0.2.0
Julien Dessaux
2010-05-16
1
-87
/
+0
*
Some refactoring + cosmetics.
Julien Dessaux
2010-04-25
1
-2
/
+2
*
Added an utility function to correctly answer a message we receive (aka /msg)
Julien Dessaux
2010-04-22
1
-7
/
+7
*
Wrote the list plugin command.
Julien Dessaux
2010-04-22
1
-0
/
+2
*
Add the IrcMsg as an optional parameter for an internal command.
Julien Dessaux
2010-04-21
1
-1
/
+1
*
Removed all the dynamic module loading stuff.
Julien Dessaux
2010-04-21
1
-4
/
+1
*
Fixed several stuff.
Julien Dessaux
2010-04-21
1
-1
/
+1
*
Continue rewriting, found a problem in the way I kill plugins.
Julien Dessaux
2010-02-04
1
-1
/
+6
*
Began a complete rewrite of command and plugin management.
Julien Dessaux
2010-02-04
1
-24
/
+35
*
Rewrote command handling, added the Quote module and cleaned input handling.
Julien Dessaux
2010-02-04
1
-36
/
+45
*
Implemented unregisterCommand.
Julien Dessaux
2010-02-04
1
-0
/
+11
*
Added command registering and dispatching for plugins.
Julien Dessaux
2010-02-04
1
-0
/
+52