From bdfc554312f52ee280060d12fcbf116ca397f375 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 23 Feb 2022 15:00:34 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 4762907..93c6cc0 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -44,7 +44,7 @@ def prerun(rulematch=False): sb.commands.dispatch(trigger_dict) return - if rulematch and sb.commands.is_real_command(commands[0]["trigger_command"]): + if rulematch and sb.commands.is_real_command(commands[0]): return # This is where we rebuild trigger