fix indentation

master
opfez 2021-10-08 19:22:55 +02:00
parent 728c255e9b
commit 00c8f6d5d9
1 changed files with 5 additions and 5 deletions

View File

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