From 2c1166b73ca0ae260155e1e2141553dfc620ba20 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 22 Feb 2022 16:24:55 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/rule_match.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_Prerun/rule_match.py b/sopel_SpiceBot_Core_Prerun/rule_match.py index 4decbf2..5f89b74 100644 --- a/sopel_SpiceBot_Core_Prerun/rule_match.py +++ b/sopel_SpiceBot_Core_Prerun/rule_match.py @@ -23,7 +23,7 @@ def rule_match(): elif comrun.trigger.dict["trigger_type"] == "action_command": commands_list = sb.commands.valid_sopel_action_commands - if comrun.trigger.dict["trigger_command"] in commands_list: + if comrun.trigger_dict["trigger_command"] in commands_list: returnfunc = False if returnfunc: