litaio / lita-slack

A Slack adapter for Lita.
MIT License
141 stars 130 forks source link

Add supports for slack_team_joined events #130

Open dennis opened 6 years ago

dennis commented 6 years ago

In order to make a greeting plugin, I need the team_join event. This is my attempt at adding support for it.

dennis commented 6 years ago

I am not sure why Lita::Adapters::Slack::RTMConnection#run when the WebSocket is closed from outside shuts down the reactor fails. I don't think its related to my change.