From 92555867f559b5eb13cc512b2c57cb144cd3dbce Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 15 Jul 2012 21:48:33 -0500 Subject: [PATCH] DrBotIRC: log when shutting down --- DrBotIRC.py | 1 + 1 file changed, 1 insertion(+) 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):