diff options
Diffstat (limited to 'modules/imgur.py')
| -rw-r--r-- | modules/imgur.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
