aboutsummaryrefslogtreecommitdiff
path: root/modules/commands.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-01-28 23:52:30 +0000
committerGravatar jesopo2019-01-28 23:52:30 +0000
commitee1770cc0865dc8436b61e998e4ddbee876c4fdf (patch)
tree914b5cd183af83eb22ef819b74769f119a23394e /modules/commands.py
parentAdd `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/commands.py')
-rw-r--r--modules/commands.py2
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"