forked from kate/uniborg
Recognise more sedbots
This commit is contained in:
parent
9959a5fdef
commit
cfd6004dd9
|
@ -7,7 +7,7 @@ from telethon.tl import types, functions
|
||||||
|
|
||||||
HEADER = "[[regex]]\n"
|
HEADER = "[[regex]]\n"
|
||||||
KNOWN_RE_BOTS = re.compile(
|
KNOWN_RE_BOTS = re.compile(
|
||||||
r'(regex|moku|BananaButler_)bot',
|
r'(regex|moku|BananaButler_|rgx|l4mR)bot',
|
||||||
flags=re.IGNORECASE
|
flags=re.IGNORECASE
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue