def on_error(self, event, irc):
log.error(" ".join(event.arguments))
if " ".join(event.arguments).startswith("Closing Link"):
self.bot.web.stop()
self.userdb.flush()
self.bot.db_job.stop()
sys.exit(1)
# Numeric events
评论列表
文章目录