DrBotIRC: log when shutting down

This commit is contained in:
Brian S. Stephan 2012-07-15 21:48:33 -05:00
parent d5735ce2a7
commit 92555867f5
1 changed files with 1 additions and 0 deletions

View File

@ -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):