1 2 3 4 5 6 7 8 9
module Hsbot.Config ( BotConfig (..) ) where import Hsbot.Irc.Config -- | Configuration data type data BotConfig = IrcBotConfig IrcConfig