Skip to content

2.6.0

Compare
Choose a tag to compare
@ekmartin ekmartin released this 22 Mar 14:57

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:

discord-webhook

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"
  }