From cf68de02be3e9695c95b0d1fafdab5ab2c0fc5f7 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 4 Feb 2010 20:40:16 +0100 Subject: Added command registering and dispatching for plugins. --- Hsbot.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Hsbot.hs') diff --git a/Hsbot.hs b/Hsbot.hs index 7275b81..d4c1769 100644 --- a/Hsbot.hs +++ b/Hsbot.hs @@ -1,5 +1,6 @@ module Hsbot ( module Config + , module Hsbot.Command , module Hsbot.Core , module Hsbot.IRC , module Hsbot.IRCParser @@ -10,6 +11,7 @@ module Hsbot ) where import Config +import Hsbot.Command import Hsbot.Core import Hsbot.IRC import Hsbot.IRCParser -- cgit v1.2.3