anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

Don't exit when uncaught exceptions occur #8

Closed anlutro closed 9 years ago

anlutro commented 9 years ago

Move main try/catch block to inside the while True loop, and take action instead of exiting. This means that if a plugin has a bug that throws an error, the rest of the bot will still run uninterrupted.