mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
External bots may call bot_handler.quit() when they wish to terminate, e.g. due to a misconfiguration. Currently, embedded bots ignore calls to quit(), even though they signal a problem. This commit does the first step in handling quit() calls by logging a warning.