From c2d26a77b3a8f556f0b6031a29be1ed92c312b99 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 23 Feb 2022 10:02:33 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/rule_match.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sopel_SpiceBot_Core_Prerun/rule_match.py b/sopel_SpiceBot_Core_Prerun/rule_match.py index 4fd987a..f713372 100644 --- a/sopel_SpiceBot_Core_Prerun/rule_match.py +++ b/sopel_SpiceBot_Core_Prerun/rule_match.py @@ -38,6 +38,7 @@ def rule_match(): if comrun.trigger_dict["trigger_command"] in commands_list: if first_trigger_command != comrun.trigger_dict["trigger_command"]: sb.commands.dispatch(comrun.trigger_dict) + returnfunc = False else: returnfunc = False