From ac2aefe87be95f7977759d16c4b226f2a753931d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 29 Sep 2016 14:04:48 +0200 Subject: [PATCH] rimesso /crash --- bot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bot.py b/bot.py index e861b2aa..5c127219 100644 --- a/bot.py +++ b/bot.py @@ -580,6 +580,9 @@ while True: ciaospaggia() elif text.startswith('/version'): version() + elif text.startswith('/crash'): + if username == "Steffo": + raise Exception("SMECDS") else: print("@" + username + " bloccato.") except Exception as e: