discord-irc
Advanced tools
Changelog
[2.5.0] - 2017-10-27
Support multi-character command prefixes - #301
Enable auto-renicking by default, so the bot tries to get the target nickname after it fails - #302
Add the ability to ignore IRC/Discord users by nickname - #322
Improve IRC → Discord mentions around non-word characters and nickname prefix matches - #273
Default to UTF-8 encoding when bridging messages to prevent character corruption - #315
Fix a crash when using the bot in a group DM - #316
Use a prepare
script for transpiling instead of prepublish
, fixing npm
installation direct from the GitHub repository - #323
Update dependencies:
Changelog
[2.4.0] - 2017-07-01
This project now uses irc-upd as a dependency, instead of the old irc package – this fork should be better maintained and will solve some bugs, detailed below.
Allow commandCharacters to work for messages sent to Discord - #221.
Send nick changes from IRC to Discord with ircStatusNotices
- #235, #241.
Translate custom emoji references from IRC to Discord - #256.
Use ircClient.nick
instead of nickname
when checking if the ircStatusNotices
event is for the bot, to prevent a potential crash - #257.
Use the updated irc-upd
library instead of irc
, causing IRC messages to now be split by byte instead of character (fixing #199) and adding support for certain Unicode characters in nicknames (fixing #200) - #258.
Update dependencies:
Changelog
[2.3.0] - 2017-04-03
A huge thank you to @Throne3d, @rahatarmanahmed, @mraof and @Ratismal for all the fixes and features in this release.
Bridge IRC join/part/quit messages to Discord (enable by setting ircStatusNotices to true) - #207.
Convert text styles between IRC and Discord #205.
Allow users to configure the patterns of messages on IRC and Discord using the format options object #204.
Add Discord channel ID matching to the channel mapping #202.
Parse role mentions appropriately, as with channel and user mentions #203.
Make the bot not crash when a channel mentioned by ID fails to exist #201.
Changelog
[2.2.1] - 2017-03-12