aboutsummaryrefslogtreecommitdiff
path: root/modules/imgur.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/imgur.py')
-rw-r--r--modules/imgur.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/imgur.py b/modules/imgur.py
index 2aaf97bb..8967cce1 100644
--- a/modules/imgur.py
+++ b/modules/imgur.py
@@ -37,7 +37,7 @@ class Module(ModuleManager.BaseModule):
if match_gallery:
reply = self._parse_gallery(match_gallery.group(1))
- if match_image and not reply:
+ elif match_image:
reply = self._parse_image(match_image.group(1))
if not reply: