archangelic / pinhook

the pluggable python framework for IRC bots and Twitch bots
https://archangelic.github.io/pinhook/
MIT License
31 stars 4 forks source link

Bot crashes if message is returned with None type #46

Closed RussellChamp closed 5 years ago

RussellChamp commented 5 years ago

The bot will crash if you return pinhook.plugin.message(None) from a registered command

archangelic commented 5 years ago

Can you post a traceback of when this happens? I'm surprised it crashes instead of just logging the traceback and continuing like normal.