An irc <=> slack chat bridge
- #dokku: the dokku chatroom
- slack (#dokku): enabled
- irc (#dokku): enabled
- Add the
dokku-bot
app on slack to the channel. - Ensure the
dokku-bot
user on irc can join the channel. - Add a new stanza like so to the
matterbridge.toml.sigl
:[[gateway]] name = "$CHANNEL_ALIAS" enable = true [[gateway.inout]] account = "irc.freenode" channel = "$IRC_CHANNEL_NAME_WITHOUT_HASH" [[gateway.inout]] account = "slack.dokku" channel = "$SLACK_CHANNEL_NAME_WITHOUT_HASH"
- In the previously added
gateway
stanza, ensure the following are changed (using#lollipop
as the example channel name on both discord and slack):$CHANNEL_ALIAS
: should belollipop
$IRC_CHANNEL_NAME_WITHOUT_HASH
: should be#lollipop
$SLACK_CHANNEL_NAME_WITHOUT_HASH
: should belollipop
- Deploy with the new bridge settings.