Add documentation for EuphApi.Bot
Also automatically respond to pings
This commit is contained in:
parent
09944406ef
commit
6b80c0970e
2 changed files with 135 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue