Add documentation for EuphApi.Bot

Also automatically respond to pings
This commit is contained in:
Joscha 2018-02-16 17:31:16 +00:00
parent 09944406ef
commit 6b80c0970e
2 changed files with 135 additions and 12 deletions

View file

@ -14,7 +14,7 @@ myBotConfig = E.BotConfig
, E.botRoom = "test"
, E.botPassword = Nothing
, E.botNick = "EuphApiTestBot"
, E.botHandler = E.respondToPing
, E.botHandler = const $ return ()
, E.botInfo = ()
, E.botNewConnectionInfo = return ()
, E.botReconnectPolicy = E.defaultReconnectPolicy