From 30257b82454752f575ca9e3e2874c65eb4f9da9e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 26 Jan 2016 18:54:05 +0100 Subject: [PATCH] Aggiunto gibait --- bot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 55e7068f..5a504fd3 100644 --- a/bot.py +++ b/bot.py @@ -40,6 +40,7 @@ class Votazione: 'supersmurf': int(0), 'tauei': int(0), 'voltaggio': int(0), + 'gibait': int(0), } def __init__(self, question, askin): @@ -133,6 +134,7 @@ steamids = { 'supersmurf': 76561198115852550, 'tauei': 76561198104305298, 'voltaggio': 76561198147601821, + 'gibait': 76561198157721704, } random.seed() @@ -444,7 +446,7 @@ while True: if incorso.chat == sentin: print("@" + username + ": /domanda ") incorso.ask() - elif text.startswith('/risultati') and incorso is not None: + elif text.startswith('/risultati') and incorso is not None: if incorso.chat == sentin: print("@" + username + ": /risultati ") incorso.showresults()