Recognise more sedbots

ninja_fix
Tanuj 2018-06-01 00:54:14 +01:00
parent 9959a5fdef
commit cfd6004dd9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from telethon.tl import types, functions
HEADER = "[[regex]]\n"
KNOWN_RE_BOTS = re.compile(
r'(regex|moku|BananaButler_)bot',
r'(regex|moku|BananaButler_|rgx|l4mR)bot',
flags=re.IGNORECASE
)