diff options
| author | 2019-01-28 23:52:30 +0000 | |
|---|---|---|
| committer | 2019-01-28 23:52:30 +0000 | |
| commit | ee1770cc0865dc8436b61e998e4ddbee876c4fdf (patch) | |
| tree | 914b5cd183af83eb22ef819b74769f119a23394e /modules | |
| parent | Add `channel_access.py`, to give permissions to users in a channel (similar to (diff) | |
| signature | ||
Typo, `force_success` -> `force_success = False` (commands.py)
Diffstat (limited to 'modules')
| -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" |
