From 5b8cffbf6809b378aab9c6e1f7601112d810b709 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 18 May 2010 00:46:36 +0200 Subject: Cleaned the definition of irc plugins' data structure. --- Hsbot/Irc/Plugin/Core.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hsbot/Irc/Plugin/Core.hs') diff --git a/Hsbot/Irc/Plugin/Core.hs b/Hsbot/Irc/Plugin/Core.hs index 9987a89..0297e2c 100644 --- a/Hsbot/Irc/Plugin/Core.hs +++ b/Hsbot/Irc/Plugin/Core.hs @@ -8,7 +8,7 @@ import Control.Monad.State import Prelude hiding (catch) import Hsbot.Irc.Message -import Hsbot.Irc.PluginCommons +import Hsbot.Irc.Plugin.Utils -- | The plugin's main entry point ircBotPluginCore :: Chan IrcBotMsg -> Chan IrcBotMsg -> IO () -- cgit v1.2.3