From 57f559f3a119b400e4f6288d3b5753185b8f19a7 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 4 Feb 2010 20:27:22 +0100 Subject: Rewrote the whole architecture. --- Hsbot.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Hsbot.hs') diff --git a/Hsbot.hs b/Hsbot.hs index f37527b..54cc226 100644 --- a/Hsbot.hs +++ b/Hsbot.hs @@ -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 -- cgit v1.2.3