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