martynsmith / node-irc

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

fix 'rpl_whoischannels' exception with Slack IRC gateway #489

Open Pencioner opened 7 years ago

t33v33 commented 7 years ago

Confirming this patch resolves same issue with InspIRCd where the initial whois data provided upon connect does not contain any channels, throwing TypeError: Cannot read property 'trim' of undefined.

max-mapper commented 7 years ago

Just successfully connected to slack IRC using this patch, thanks @Pencioner

BeauBouchard commented 6 years ago

Confirmed fix for connecting to slack, please merge this.