node-irc icon indicating copy to clipboard operation
node-irc copied to clipboard

Resolv 'push' of undefined error when calling client.list()

Open LM1LC3N7 opened this issue 8 years ago • 0 comments

Resolve the following error when using the command client.list():

node_modules/irc/lib/irc.js:849
                        throw err;
                        ^
TypeError: Cannot read property 'push' of undefined
    at Client.<anonymous> (/[...]/node_modules/irc/lib/irc.js:449:33)

LM1LC3N7 avatar Oct 03 '17 08:10 LM1LC3N7