From 738ad9e9bbbefb43a7889a458ff1c326a324eb9a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 16 May 2010 17:58:38 +0200 Subject: Removed thread ids from plugins data structure. --- Hsbot/Plugin.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Hsbot/Plugin.hs') diff --git a/Hsbot/Plugin.hs b/Hsbot/Plugin.hs index 9e34d92..47dd0f5 100644 --- a/Hsbot/Plugin.hs +++ b/Hsbot/Plugin.hs @@ -17,7 +17,6 @@ type Plugin = StateT PluginState IO -- | A plugin state data PluginState = PluginState { pluginName :: String -- The plugin's name - , pluginThreadId :: ThreadId -- The plugin thread , pluginChan :: Chan BotMsg -- The plugin chan , pluginHandles :: M.Map String Handle -- the plugins's handles } -- cgit v1.2.3