MovingBlocks / GooeyJr

Next round of development on Gooey, our chatbot based on Hubot
2 stars 16 forks source link

Suggestion: Allow GooeyJr respond commands to work across bridge #43

Open iojw opened 6 years ago

iojw commented 6 years ago

The #terasology channel on freenode is linked to the Slack and Discord channels using a bot, so messages are sent and received from all 3 platforms. While most of our users are on Discord and Slack, respond commands (which require the IRC message to start with the bot name) do not work across the bridge from Slack and Discord. It would be good if we could find a way to fix this. I'm unsure of how this could be done.

arpitkamboj commented 6 years ago

We could check for [discord] and [slack] in the beginning of messages from gooey-bridge on IRC and then split the message from first colon : This would allow us to set the discord/slack username that is displayed before the colon and set the message after the colon to which GooeyJr can respond accordingly.

Not entirely sure how this could be implemented :sweat_smile: