From 647136065608c600783f0a4d5a7ff586495dab2d Mon Sep 17 00:00:00 2001 From: dngfx Date: Mon, 25 Feb 2019 09:01:52 +0000 Subject: [PATCH] Update imgur.py --- modules/imgur.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgur.py b/modules/imgur.py index 8967cce1..6dac8890 100644 --- a/modules/imgur.py +++ b/modules/imgur.py @@ -40,7 +40,7 @@ class Module(ModuleManager.BaseModule): elif match_image: reply = self._parse_image(match_image.group(1)) - if not reply: + else: return event.eat()