diff options
author | Julien Dessaux | 2010-02-04 21:05:37 +0100 |
---|---|---|
committer | Julien Dessaux | 2010-02-04 21:05:37 +0100 |
commit | fd8d5faf5f4ab085b01316e15403779ca30cf3f9 (patch) | |
tree | 83dfae790dcb184d651567f06929fc69338733a9 /Hsbot.hs | |
parent | Fixed some types' functions. (diff) | |
download | hsbot-fd8d5faf5f4ab085b01316e15403779ca30cf3f9.tar.gz hsbot-fd8d5faf5f4ab085b01316e15403779ca30cf3f9.tar.bz2 hsbot-fd8d5faf5f4ab085b01316e15403779ca30cf3f9.zip |
Began a complete rewrite of command and plugin management.
Wrote a command routing statement, added an IrcPlugin monad.
Diffstat (limited to 'Hsbot.hs')
-rw-r--r-- | Hsbot.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ module Hsbot , module Hsbot.Core , module Hsbot.IRC , module Hsbot.IRCParser + , module Hsbot.IRCPlugin , module Hsbot.Main , module Hsbot.Plugin , module Hsbot.Types @@ -15,6 +16,7 @@ import Hsbot.Command import Hsbot.Core import Hsbot.IRC import Hsbot.IRCParser +import Hsbot.IRCPlugin import Hsbot.Main import Hsbot.Plugin import Hsbot.Types |