1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00
This commit is contained in:
Steffo 2016-02-28 15:01:36 +01:00
parent 0a3656af08
commit c449a998d2

2
bot.py
View file

@ -717,7 +717,7 @@ while True:
elif text.startswith('/crash'): elif text.startswith('/crash'):
# Crasha il bot. Mi sembra geniale. # Crasha il bot. Mi sembra geniale.
if username == 'Steffo': 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: else:
print("@" + username + " bloccato.") print("@" + username + " bloccato.")
except Exception: except Exception: