go-chat-bot / bot

IRC, Slack, Telegram and RocketChat bot written in go
MIT License
824 stars 194 forks source link

Enable SlackUser lookup from commands #66

Closed yitsushi closed 6 years ago

yitsushi commented 6 years ago

We have a few commands where we parse mentions as well and sometimes we want to use other metadata than SlackID in the response or send something to a different service.

If there is a way to do that without this PR, let me know, but we did not find any non-hacky way.