From d5fc318e8578ef2a4cb390efd888c1b65dda5d30 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 21 Sep 2016 16:50:31 +0200 Subject: [PATCH] =?UTF-8?q?Tolto=20/crash=20perch=C3=A8=20tanto=20=C3=A8?= =?UTF-8?q?=20inutile=20ora?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bot.py b/bot.py index 30781d2e..f37694e7 100644 --- a/bot.py +++ b/bot.py @@ -539,10 +539,6 @@ while True: lolfree() elif text.startswith('/ombromanto'): ombromanto() - elif text.startswith('/crash'): - # Crasha il bot. Mi sembra geniale. - if username == 'Steffo': - raise Exception("Ho appena fatto crashare tutto apposta. Sono un genio.") else: print("@" + username + " bloccato.") except Exception as e: