From 116c655fdc9ad68124cffd4d4d99585597f1f8a4 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 4 Jul 2010 01:35:47 +0200 Subject: Made some slight changes in order to make the bot's core "compile". --- HsbotMaster/Hsbot/Types.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'HsbotMaster/Hsbot') diff --git a/HsbotMaster/Hsbot/Types.hs b/HsbotMaster/Hsbot/Types.hs index 66b4d6b..ce1432b 100644 --- a/HsbotMaster/Hsbot/Types.hs +++ b/HsbotMaster/Hsbot/Types.hs @@ -19,8 +19,6 @@ import qualified Data.Map as M import Data.Time import System.IO -import Hsbot.Config - -- | The Bot monad type Bot = StateT BotState IO @@ -29,7 +27,6 @@ data BotState = BotState { botStartTime :: UTCTime -- the bot's uptime , botPlugins :: M.Map String (PluginState, MVar (), ThreadId) -- Loaded plugins , botChan :: Chan BotMsg -- the bot's communication channel - , botConfig :: [BotConfig] -- the bot's starting config , botResumeData :: MVar BotResumeData -- the necessary data to resume the bot's operations on reboot } -- cgit v1.2.3