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