discord-irc
Advanced tools
Changelog
[2.9.0] - 2020-10-03
This release comes with a (relatively large) change to use discord.js v12! There were a lot of breaking changes in the upstream library, including removal of support for Node <12, which prompted a 2.9.0-alpha release before this main version. Everything seemed to go fine, which is why you're now receiving this latest update!
npm audit
are now gone - #544, #548, #551, #552, #553, #562Changelog
[2.8.0] - 2019-12-14
format.webhookAvatarURL
, to customize the unrecognized user webhook avatar (thanks to Geo1088)parallelPingFix
, disabled by default, to prevent users of both Discord and IRC getting pings whenever their messages are mirrored to IRC (thanks to qaisjp originally, follow up in #502 and #520)ignoreUsers.discordIds
, to ignore specific Discord users through the bridge by ID instead of name (thanks to nsavch)latest
tag in addition to whichever Git hash is available on main (thanks to gdude2002, follow up in #498)Changelog
[2.6.0] - 2018-03-22
Webhooks lets you override nicknames and avatars, so messages coming from IRC can appear as regular Discord messages:
To enable webhooks, follow part 1 of this guide to create and retrieve a webhook URL for a specific channel, then enable it in discord-irc's config as follows:
"webhooks": {
"#discord-channel": "https://discord.com/api/webhooks/id/token"
}