From ee1770cc0865dc8436b61e998e4ddbee876c4fdf Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 28 Jan 2019 23:52:30 +0000 Subject: Typo, `force_success` -> `force_success = False` (commands.py) --- modules/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.3.1-10-gc9f91