From 1988c5821daad72c96b21fe169536f1247a5ba5d Mon Sep 17 00:00:00 2001 From: Dan Elkouby Date: Thu, 27 Feb 2020 21:08:09 +0000 Subject: [PATCH] sed: blacklist ani (oubot) --- stdplugins/sed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdplugins/sed.py b/stdplugins/sed.py index 8aba594..b3410b0 100644 --- a/stdplugins/sed.py +++ b/stdplugins/sed.py @@ -12,7 +12,7 @@ from uniborg import util HEADER = "「sed」\n" KNOWN_RE_BOTS = re.compile( - r'(regex|moku|BananaButler_|rgx|l4mR)bot', + r'(regex|moku|ou|BananaButler_|rgx|l4mR)bot', flags=re.IGNORECASE )