martynsmith / node-irc

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

check if modeParams[mode] is undefined (issue #454) #455

Closed plachenko closed 8 years ago

plachenko commented 8 years ago

see #454

Not sure if this is the most elegant way of going about this, but it stops the client from crashing, which is cool.

jirwin commented 8 years ago

Any chance you can add a unit test for this?

plachenko commented 8 years ago

see #458