Typo, force_success
-> force_success = False
(commands.py)
This commit is contained in:
parent
a94d35f0f1
commit
ee1770cc08
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
target=target, is_channel=is_channel, tags=event["tags"])
|
target=target, is_channel=is_channel, tags=event["tags"])
|
||||||
|
|
||||||
error = None
|
error = None
|
||||||
force_success
|
force_success = False
|
||||||
for returned in returns:
|
for returned in returns:
|
||||||
if returned == utils.consts.PERMISSION_HARD_FAIL:
|
if returned == utils.consts.PERMISSION_HARD_FAIL:
|
||||||
# denotes a "silent failure"
|
# denotes a "silent failure"
|
||||||
|
|
Loading…
Reference in a new issue