-
released this
2023-10-30 23:25:14 +00:00 | 16 commits to main since this releaseWhat's Changed
- Support PluralKit, message edits, IRC channel passwords by @aronson in https://github.com/aronson/discord-irc/pull/51
Full Changelog: https://github.com/aronson/discord-irc/compare/5.0.0...6.0.0
Enabling PluralKit support
Edit config.json to add the property at the bot level:
{ // Other properties... "pluralKit": true, // Other properties... }Note that autoproxy is not supported. You will need to use the new property
ignoreUsers->rolesto get the desired behavior:{ // ... "ignoreUsers": { "roles": ["1144086714797793400", "114408954499793702"] }, // ... }Enabling message edits:
Edit config.json to add the property at the bot level:
{ // Other properties... "sendMessageUpdates": true, // Other properties... }It is false by default.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
discord-irc-linux-arm64
1 download ·
2023-10-30 23:37:22 +00:00 · 119 MiB -
discord-irc-linux-x64
1 download ·
2023-10-30 23:36:43 +00:00 · 131 MiB -
discord-irc-macos-arm64
1 download ·
2023-10-30 23:36:48 +00:00 · 111 MiB -
discord-irc-macos-x64
1 download ·
2023-10-30 23:36:39 +00:00 · 115 MiB -
discord-irc-windows-x64.exe
2 downloads ·
2023-10-30 23:36:45 +00:00 · 90 MiB