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
Both when the initial name change happens and for every unrelated NICK event after that, the following error is thrown:
TypeError: Property 'hasOwnProperty' of object #<Object> is not a function
at Client.events.data (/Users/krinkle/Development/oftn-bot/lib/irc/client.js:314:29)
at Socket.emit (events.js:95:17)
at Socket.<anonymous> (_stream_readable.js:748:14)
at Socket.emit (events.js:92:17)
at emitReadable_ (_stream_readable.js:410:10)
at emitReadable (_stream_readable.js:406:5)
at readableAddChunk (_stream_readable.js:168:9)
at Socket.Readable.push (_stream_readable.js:130:10)
at TCP.onread (net.js:528:21)
The text was updated successfully, but these errors were encountered:
Both when the initial name change happens and for every unrelated NICK event after that, the following error is thrown:
The text was updated successfully, but these errors were encountered: