kenkov / kovot

Python Chatbot Framework
MIT License
4 stars 1 forks source link

Let a Bot object run continuously even if there is no answer candidate. #11

Open kazh98 opened 5 years ago

kazh98 commented 5 years ago

The current implementation of kovot stop exceptionally when every Mods return no answer candidate. Chatbot system, which is a kind of daemon, should not abort even if this behavior is not desired.

This pull request realizes that letting kovot run continuously and show a warning message when this situation occurs.