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/Irc/PluginCommons.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Hsbot/Irc/PluginCommons.hs') diff --git a/Hsbot/Irc/PluginCommons.hs b/Hsbot/Irc/PluginCommons.hs index 71f00a4..51f9473 100644 --- a/Hsbot/Irc/PluginCommons.hs +++ b/Hsbot/Irc/PluginCommons.hs @@ -23,7 +23,6 @@ type IrcPlugin = StateT IrcPluginState IO -- | A plugin state data IrcPluginState = IrcPluginState { ircPluginName :: String -- The plugin's name - , ircPluginThreadId :: ThreadId -- The plugin thread , ircPluginChan :: Chan IrcBotMsg -- The plugin chan , ircPluginMasterChan :: Chan IrcBotMsg -- The master's chan } -- cgit v1.2.3