Skip to content

Commit 91a191e

Browse files
committed
2.6.0
1 parent 0d1dfd2 commit 91a191e

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## [2.6.0] - 2018-03-22
5+
### Added
6+
* Support for posting messages to Discord using webhooks (thanks to
7+
[Fiaxhs](https://github.com/reactiflux/discord-irc/pull/230)!).
8+
9+
Webhooks lets you override nicknames and avatars, so messages coming from IRC
10+
can appear as regular Discord messages:
11+
12+
![discord-webhook](http://i.imgur.com/lNeJIUI.jpg)
13+
14+
To enable webhooks, follow part 1 of [this
15+
guide](https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks)
16+
to create and retrieve a webhook URL for a specific channel, then enable it in
17+
discord-irc's config as follows:
18+
19+
```json
20+
"webhooks": {
21+
"#discord-channel": "https://discordapp.com/api/webhooks/id/token"
22+
}
23+
```
24+
425
## [2.5.1] - 2018-01-18
526
### Fixed
627
* Upgraded dependencies.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-irc",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"description": "Connects IRC and Discord channels by sending messages back and forth.",
55
"keywords": [
66
"discord",

0 commit comments

Comments
 (0)