diff options
author | Julien Dessaux | 2010-02-04 20:27:22 +0100 |
---|---|---|
committer | Julien Dessaux | 2010-02-04 20:27:22 +0100 |
commit | 57f559f3a119b400e4f6288d3b5753185b8f19a7 (patch) | |
tree | 76bcd9a7e3980b8a79f64d46e5ae75a362dcd486 /Hsbot.hs | |
parent | Rebooting now works great, thanks to the communication channel preservation. (diff) | |
download | hsbot-57f559f3a119b400e4f6288d3b5753185b8f19a7.tar.gz hsbot-57f559f3a119b400e4f6288d3b5753185b8f19a7.tar.bz2 hsbot-57f559f3a119b400e4f6288d3b5753185b8f19a7.zip |
Rewrote the whole architecture.
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.IRC , module Hsbot.IRCParser , module Hsbot.Main + , module Hsbot.Plugin ) where import Config @@ -11,4 +12,5 @@ import Hsbot.Core import Hsbot.IRC import Hsbot.IRCParser import Hsbot.Main +import Hsbot.Plugin |