From 2d463d9b99c8fa49c1351475a399bca2e9924780 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 15 Oct 2017 22:13:24 -0700 Subject: [PATCH] another uno fix --- pyircbot/modules/UnoPlay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyircbot/modules/UnoPlay.py b/pyircbot/modules/UnoPlay.py index a34a430..c18165e 100644 --- a/pyircbot/modules/UnoPlay.py +++ b/pyircbot/modules/UnoPlay.py @@ -98,7 +98,7 @@ class UnoPlay(ModuleBase): self.pickcolor() return - if "Choose a color" in trailing and self.bot.get_nick() not in trailing: + if "hoose a color" in trailing and self.bot.get_nick() not in trailing: # Waiting for other guy to choose a color return