node-irc
node-irc copied to clipboard
fix 'rpl_whoischannels' exception with Slack IRC gateway
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.
Just successfully connected to slack IRC using this patch, thanks @Pencioner
Confirmed fix for connecting to slack, please merge this.