From c449a998d27e684dc5fc648ee0ccce98da77fbdb Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 28 Feb 2016 15:01:36 +0100 Subject: [PATCH] Ops. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index de145527..b997184d 100644 --- a/bot.py +++ b/bot.py @@ -717,7 +717,7 @@ while True: elif text.startswith('/crash'): # Crasha il bot. Mi sembra geniale. if username == 'Steffo': - raise SystemExit("Ho appena fatto crashare tutto apposta. Sono un genio.") + raise Exception("Ho appena fatto crashare tutto apposta. Sono un genio.") else: print("@" + username + " bloccato.") except Exception: