sed: blacklist ani (oubot)

master
Dan Elkouby 2020-02-27 21:08:09 +00:00
parent 9dedb14d7c
commit 1988c5821d
1 changed files with 1 additions and 1 deletions

View File

@ -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
)