From 455b18bc1044d8f4cfb0d99c19f9f38955d00d00 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 21 Apr 2010 21:01:07 +0200 Subject: Removed all the dynamic module loading stuff. --- Hsbot.hs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Hsbot.hs') diff --git a/Hsbot.hs b/Hsbot.hs index 48b3224..a504784 100644 --- a/Hsbot.hs +++ b/Hsbot.hs @@ -9,6 +9,9 @@ module Hsbot , module Hsbot.Plugin , module Hsbot.Types , module Hsbot.Utils + , module Plugins.Core + , module Plugins.Ping + , module Plugins.Quote ) where import Config @@ -21,4 +24,7 @@ import Hsbot.Main import Hsbot.Plugin import Hsbot.Types import Hsbot.Utils +import Plugins.Core +import Plugins.Ping +import Plugins.Quote -- cgit v1.2.3