From f75bf3979691c29a3563751e99996cd17acdbc68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 26 Mar 2018 00:02:21 +0300 Subject: [PATCH] a d1 is physically possible, allow #d1 --- botcmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botcmd.py b/botcmd.py index 7422fc0..0a22ea9 100644 --- a/botcmd.py +++ b/botcmd.py @@ -585,7 +585,7 @@ def parse((line, irc)): irc.msg(reply, zwsp + 'Not supported') else: irc.msg(reply, zwsp + '%s%s' % (random.randint(0,9), random.randint(0,9))) - elif die < 2: + elif die < 1: irc.msg(reply, zwsp + 'This die is not available in your space-time region.') elif times < 1: irc.msg(reply, zwsp + 'What exactly do you want me to do?')