martynsmith / node-irc

NodeJS IRC client library
GNU General Public License v3.0
1.33k stars 424 forks source link

Can't use it sadly #433

Closed MTRNord closed 8 years ago

MTRNord commented 8 years ago

When running following errors come uo. Pls fix :( NPM version is 3.5.1 Node Version is v5.1.1 System is Windows 10 and Debian 7 (tested on both)

T:\nordlab\doorFeedGen\node_modules\irc\lib\irc.js:926
    if (c.match(/\s/)) {
         ^

TypeError: Cannot read property 'match' of undefined
    at Client._splitLongLines (T:\nordlab\doorFeedGen\node_modules\irc\lib\irc.j
s:926:10)
    at T:\nordlab\doorFeedGen\node_modules\irc\lib\irc.js:963:36
    at Array.forEach (native)
    at Client._speak (T:\nordlab\doorFeedGen\node_modules\irc\lib\irc.js:962:12)

    at Client.say (T:\nordlab\doorFeedGen\node_modules\irc\lib\irc.js:949:10)
    at Object.module.exports.ircSend (T:\nordlab\doorFeedGen\handlers\irc.js:12:
7)
    at Request._callback (T:\nordlab\doorFeedGen\main.js:37:11)
    at Request.self.callback (T:\nordlab\doorFeedGen\node_modules\request\reques
t.js:198:22)
    at emitTwo (events.js:87:13)
    at Request.emit (events.js:172:7)

Is there a way of fixing it?