2.6.0
Added
- Support for posting messages to Discord using webhooks (thanks to
Fiaxhs!).
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://discordapp.com/api/webhooks/id/token"
}