Connects Discord and IRC channels by sending messages back and forth.
500K+
reactiflux/discord-irc on GitHub

latest provides the latest code built from the master branchIf you don't want to live on the edge, try looking for a specific GitHub release tag, or else find the corresponding commit hash-tagged image.
Please refer to the #Docker and #Configuration sections of the official GitHub repository for more information.
Replace as appropriate in this sample:
$ echo '[
{
"nickname": "testbot",
"server": "irc.testbot.org",
"discordToken": "MY_TOKEN_HERE",
"channelMapping": {
"#discord-channel": "#irc-channel"
}
}
]' > config.json
$ docker run -v $PWD/config.json:/config/config.json discordirc/discord-irc
Content type
Image
Digest
Size
62.1 MB
Last updated
almost 6 years ago
docker pull discordirc/discord-irc