martynsmith / node-irc

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

Fixes issue #454 #458

Open ghost opened 8 years ago

ghost commented 8 years ago

Similar to the OP, I noticed whenever channels modes were being unset when joining a channel that the client would crash since there was no prior knowledge of those modes being set (for instance -b with no +b entry). Let me know if there's any issues.

plachenko commented 8 years ago

:+1:

Wasn't sure whether to put the check into test-mode.js or make a new one, but this looks good!

ghost commented 8 years ago

@plachenko thanks for your help on finding the bug! cheers