From 35c921c6902cc11d2825ffe98752de929d5f539c Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 15 May 2019 06:57:12 +0000 Subject: [PATCH] Fix the bot sending "incorrect command" messages ... when the command itself is correct --- wtf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wtf.py b/wtf.py index 37c4e10..55e2450 100644 --- a/wtf.py +++ b/wtf.py @@ -111,6 +111,7 @@ class Wtf(yaboli.Module): if match_is: terms = match_is.group(1) await self.send_explanations(message, terms) + return match_add = self.RE_ADD.fullmatch(args.raw) if match_add: