From 11c2c16835b3e8368be77ccc5b7ddf949021eccd Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sat, 3 Jul 2010 21:26:00 +0200 Subject: Moved files around as a preliminary for architectural changes. --- HsbotMaster/Hsbot/Config.hs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 HsbotMaster/Hsbot/Config.hs (limited to 'HsbotMaster/Hsbot/Config.hs') 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 + -- cgit v1.2.3