42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Fix possible panic in mattermost #458

Closed 42wim closed 2 years ago

42wim commented 2 years ago

Fixes #457 This panic shows that resp can be nil, which is strange to get an nil response here. Return an error now.