summaryrefslogtreecommitdiff
path: root/HsbotMaster/Hsbot/Config.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--HsbotMaster/Hsbot/Config.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/HsbotMaster/Hsbot/Config.hs b/HsbotMaster/Hsbot/Config.hs
deleted file mode 100644
index 121cc98..0000000
--- a/HsbotMaster/Hsbot/Config.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-module Hsbot.Config
- ( BotConfig (..)
- ) where
-
-import Hsbot.Irc.Config
-
--- | Configuration data type
-data BotConfig = IrcBotConfig IrcConfig
-