Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Minecraft→Slack chat syncing #5

Open
fenhl opened this issue Apr 8, 2016 · 1 comment
Open

Minecraft→Slack chat syncing #5

fenhl opened this issue Apr 8, 2016 · 1 comment

Comments

@fenhl
Copy link
Member

fenhl commented Apr 8, 2016

(See also #7.)

Basic functionality would be to forward all chat messages from the main world to #general. To do this, we need to run logtail in one thread, and the Slack handler in another. There are two options I can see:

  1. Rewrite Slack integration using the slack_api crate.
  2. Wait until Allow async message sending slack-rs/slack-rs#50 is fixed.

Opinions?

@fenhl
Copy link
Member Author

fenhl commented Jul 28, 2016

The upstream issue is fixed, so this should be fairly easy now. We just need to filter chat messages from the rest of the log, like the original wurstminebot did.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant