command
doesn't exist - use event["spec"][2]
This commit is contained in:
parent
9c1b98ef29
commit
a2c8d7080e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
for_str = ""
|
for_str = ""
|
||||||
if event["spec"][2]:
|
if event["spec"][2]:
|
||||||
setting = "ignore-%s" % event["spec"][2]
|
setting = "ignore-%s" % event["spec"][2]
|
||||||
for_str = " for '%s'" % command
|
for_str = " for '%s'" % event["spec"][2]
|
||||||
|
|
||||||
user = event["spec"][1]
|
user = event["spec"][1]
|
||||||
if user.get_setting(setting, False):
|
if user.get_setting(setting, False):
|
||||||
|
|
Loading…
Reference in a new issue