summaryrefslogtreecommitdiff
path: root/Hsbot/Irc/Plugin/Core.hs
diff options
context:
space:
mode:
authorJulien Dessaux2010-05-18 00:46:36 +0200
committerJulien Dessaux2010-05-18 00:46:36 +0200
commit5b8cffbf6809b378aab9c6e1f7601112d810b709 (patch)
treef48748168b7a56f4235c50f8f8bfa928d61ccdea /Hsbot/Irc/Plugin/Core.hs
parentRemoved thread ids from plugins data structure. (diff)
downloadhsbot-5b8cffbf6809b378aab9c6e1f7601112d810b709.tar.gz
hsbot-5b8cffbf6809b378aab9c6e1f7601112d810b709.tar.bz2
hsbot-5b8cffbf6809b378aab9c6e1f7601112d810b709.zip
Cleaned the definition of irc plugins' data structure.
Diffstat (limited to 'Hsbot/Irc/Plugin/Core.hs')
-rw-r--r--Hsbot/Irc/Plugin/Core.hs2
1 files changed, 1 insertions, 1 deletions
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 ()