go-chat-bot / bot

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

Send a message to a specific adapter #106

Open josegonzalez opened 5 years ago

josegonzalez commented 5 years ago

What I'd like to do is create a slack/irc bridge. It would be great if we could have access to a specific network connection, such that I could get a message from one network and post it to the other (and vice-versa).

Do you have any thoughts on how I might make a pull request to add that functionality?

bnfinet commented 5 years ago

I wonder if any of the messagestreams cross protocol delivery in cmd.go could be modified to serve the same purpose.