test
This commit is contained in:
parent
83c94d6d7e
commit
2c1166b73c
@ -23,7 +23,7 @@ def rule_match():
|
|||||||
elif comrun.trigger.dict["trigger_type"] == "action_command":
|
elif comrun.trigger.dict["trigger_type"] == "action_command":
|
||||||
commands_list = sb.commands.valid_sopel_action_commands
|
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
|
returnfunc = False
|
||||||
|
|
||||||
if returnfunc:
|
if returnfunc:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user