diff --git a/DrBotIRC.py b/DrBotIRC.py index 21dc453..b533860 100644 --- a/DrBotIRC.py +++ b/DrBotIRC.py @@ -390,6 +390,7 @@ class DrBotIRC(irclib.IRC): connection.quit(msg) self.log.info(self.save_config()) self._xmlrpc_shutdown() + self.log.info("Bot shutting down.") sys.exit() def reply(self, connection, event, replystr, stop_responding=False):