martynsmith / node-irc

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

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

Open LM1LC3N7 opened 6 years ago

LM1LC3N7 commented 6 years ago

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)