Haskell bindings for the euphoria API
Find a file
Joscha ca3abbd93d Add replyTo for easier replying
The old way:
  \msg -> E.reply (E.msgID msg) "some message"
The new way:
  \msg -> E.replyTo msg "some message"
2018-02-25 21:44:06 +00:00
src Add replyTo for easier replying 2018-02-25 21:44:06 +00:00
test Use bot nick in help commands 2018-02-25 21:09:47 +00:00
.gitignore Initial commit 2018-01-27 12:00:54 +00:00
ChangeLog.md Initial commit 2018-01-27 12:00:54 +00:00
LICENSE Initial commit 2018-01-27 12:00:54 +00:00
package.yaml Add some utils 2018-02-17 18:09:36 +00:00
README.md Initial commit 2018-01-27 12:00:54 +00:00
Setup.hs Initial commit 2018-01-27 12:00:54 +00:00
stack.yaml Update resolver to lts-10.7 2018-02-25 20:21:26 +00:00

euph-api