From fd8d5faf5f4ab085b01316e15403779ca30cf3f9 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 4 Feb 2010 21:05:37 +0100 Subject: Began a complete rewrite of command and plugin management. Wrote a command routing statement, added an IrcPlugin monad. --- Hsbot.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Hsbot.hs') diff --git a/Hsbot.hs b/Hsbot.hs index d4c1769..48b3224 100644 --- a/Hsbot.hs +++ b/Hsbot.hs @@ -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 -- cgit v1.2.3