summaryrefslogtreecommitdiff
path: root/Hsbot/Config.hs
blob: 121cc9806e95a136eb683f98c311b7115eead918 (plain)
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