summaryrefslogtreecommitdiff
path: root/Hsbot/Irc/PluginCommons.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Hsbot/Irc/PluginCommons.hs')
-rw-r--r--Hsbot/Irc/PluginCommons.hs1
1 files changed, 0 insertions, 1 deletions
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
}