2.4.0
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.
Added
-
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.
Fixed
-
Use
ircClient.nick
instead ofnickname
when checking if theircStatusNotices
event is for the bot, to prevent a potential crash - #257. -
Use the updated
irc-upd
library instead ofirc
, 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:
- discord.js to 11.1.0
- check-env to 1.3.0
- chai to ^4.0.2
- nyc to ^11.0.3
- commander to 2.10.0
- eslint to ^4.1.1