I get the following error when someone writes something in IRC on a bridged channel. It doesn't end up in Slack:
error: Received error event from IRC TypeError: Cannot read property 'map' of undefined
at Bot.sendToSlack (/usr/home/ec2-user/git/slack-irc/dist/bot.js:297:60)
at Client.emit (node:events:378:20)
at Client. (/usr/home/ec2-user/git/slack-irc/node_modules/irc-upd/lib/irc.js:581:22)
at Client.emit (node:events:378:20)
at /usr/home/ec2-user/git/slack-irc/node_modules/irc-upd/lib/irc.js:896:26
at Array.forEach ()
at Socket.handleData (/usr/home/ec2-user/git/slack-irc/node_modules/irc-upd/lib/irc.js:890:15)
at Socket.emit (node:events:378:20)
at addChunk (node:internal/streams/readable:313:12)
at readableAddChunk (node:internal/streams/readable:284:11)
at Socket.Readable.push (node:internal/streams/readable:227:10)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
For reference, Slack -> IRC still works, just not the other direction.
I get the following error when someone writes something in IRC on a bridged channel. It doesn't end up in Slack:
error: Received error event from IRC TypeError: Cannot read property 'map' of undefined
at Bot.sendToSlack (/usr/home/ec2-user/git/slack-irc/dist/bot.js:297:60)
at Client.emit (node:events:378:20)
at Client. (/usr/home/ec2-user/git/slack-irc/node_modules/irc-upd/lib/irc.js:581:22)
at Client.emit (node:events:378:20)
at /usr/home/ec2-user/git/slack-irc/node_modules/irc-upd/lib/irc.js:896:26
at Array.forEach ()
at Socket.handleData (/usr/home/ec2-user/git/slack-irc/node_modules/irc-upd/lib/irc.js:890:15)
at Socket.emit (node:events:378:20)
at addChunk (node:internal/streams/readable:313:12)
at readableAddChunk (node:internal/streams/readable:284:11)
at Socket.Readable.push (node:internal/streams/readable:227:10)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
For reference, Slack -> IRC still works, just not the other direction.