martynsmith / node-irc

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

check if mode is defined before using it #505

Closed chee closed 7 years ago

chee commented 7 years ago

if a mode change was futile, currently the library just panics and dies. (for example, if a user who was not banned is unbanned).

instead, let's check if there's anything to this mode before trying to do things with it.

this fixes #454

chee commented 7 years ago

oh damn, just saw #458