fix indentation

This commit is contained in:
opfez 2021-10-08 19:22:55 +02:00
parent 728c255e9b
commit 00c8f6d5d9

View File

@ -13,7 +13,7 @@ import Control.Monad.Trans.Reader
hostname = "127.0.0.1" hostname = "127.0.0.1"
port = 6667 port = 6667
name = "anna" name = "anna"
channels = ["#foo", "#bots"] channels = ["#tildetown", "#bots"]
data Bot = Bot { socket :: Handle } data Bot = Bot { socket :: Handle }
type Net = ReaderT Bot IO type Net = ReaderT Bot IO