From fbf034d52b078b9f49f8a83ab372e93ae83a44d9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 24 Aug 2016 08:43:26 +0200 Subject: [PATCH] bugfix --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 4762dff3..9ce7100d 100644 --- a/bot.py +++ b/bot.py @@ -264,6 +264,7 @@ def roll(): m = int(cmd[1]) except ValueError: telegram.sendmessage(chr(9888) + " Il numero specificato non รจ un intero.", sentin, source) + return else: # Imposta il numero massimo a 100. m = 100