test
This commit is contained in:
parent
c75621eed3
commit
dbfc883af1
@ -143,7 +143,7 @@ class Commands():
|
|||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def is_rulematch(function, command_type):
|
def is_rulematch(self, function, command_type):
|
||||||
"""Determine if function could be called with a rule match"""
|
"""Determine if function could be called with a rule match"""
|
||||||
rulematch = False
|
rulematch = False
|
||||||
if command_type == "command":
|
if command_type == "command":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user