nickvanw / ircx

Basic callback-driven Go IRC bot
Apache License 2.0
37 stars 13 forks source link

fix crash: skip invalid messages #29

Closed stapelberg closed 5 years ago

stapelberg commented 5 years ago

As per https://godoc.org/github.com/sorcix/irc#ParseMessage, ParseMessage returns nil if the message is invalid.

possibly related to #26

nickvanw commented 5 years ago

Yes! good call, thank you!