fix indentation
parent
728c255e9b
commit
00c8f6d5d9
2
Anna.hs
2
Anna.hs
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue