diff options
Diffstat (limited to 'modules/commands.py')
| -rw-r--r-- | modules/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands.py b/modules/commands.py index 53a288ad..282b65d7 100644 --- a/modules/commands.py +++ b/modules/commands.py @@ -174,7 +174,7 @@ class Module(ModuleManager.BaseModule): target=target, is_channel=is_channel, tags=event["tags"]) error = None - force_success + force_success = False for returned in returns: if returned == utils.consts.PERMISSION_HARD_FAIL: # denotes a "silent failure" |
