You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this when my client is in a channel and someone sets mode -lk
(It might be worth noting that i have changed my irc.js to use Array.splice instead of delete as in Fix deletion of array elements.)
/usr/share/adafruit/webide/node_modules/irc/lib/irc.js:638
throw err;
^
TypeError: Cannot read property 'length' of undefined
at /usr/share/adafruit/webide/node_modules/irc/lib/irc.js:248:41
at Array.forEach (native)
at Client. (/usr/share/adafruit/webide/node_modules/irc/lib/irc.js:226:26)
at Client.EventEmitter.emit (events.js:117:20)
at /usr/share/adafruit/webide/node_modules/irc/lib/irc.js:635:22
at Array.forEach (native)
at Socket. (/usr/share/adafruit/webide/node_modules/irc/lib/irc.js:632:15)
at Socket.EventEmitter.emit (events.js:95:17)
at Socket. (_stream_readable.js:736:14)
at Socket.EventEmitter.emit (events.js:92:17)
The text was updated successfully, but these errors were encountered:
I get this when my client is in a channel and someone sets mode -lk
(It might be worth noting that i have changed my irc.js to use Array.splice instead of delete as in Fix deletion of array elements.)
/usr/share/adafruit/webide/node_modules/irc/lib/irc.js:638
throw err;
^
TypeError: Cannot read property 'length' of undefined
at /usr/share/adafruit/webide/node_modules/irc/lib/irc.js:248:41
at Array.forEach (native)
at Client. (/usr/share/adafruit/webide/node_modules/irc/lib/irc.js:226:26)
at Client.EventEmitter.emit (events.js:117:20)
at /usr/share/adafruit/webide/node_modules/irc/lib/irc.js:635:22
at Array.forEach (native)
at Socket. (/usr/share/adafruit/webide/node_modules/irc/lib/irc.js:632:15)
at Socket.EventEmitter.emit (events.js:95:17)
at Socket. (_stream_readable.js:736:14)
at Socket.EventEmitter.emit (events.js:92:17)
The text was updated successfully, but these errors were encountered: