From cfd6004dd92e3f9b847c8b6c07b46adf3feb2abe Mon Sep 17 00:00:00 2001 From: Tanuj Date: Fri, 1 Jun 2018 00:54:14 +0100 Subject: [PATCH] Recognise more sedbots --- stdplugins/re.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdplugins/re.py b/stdplugins/re.py index 426d82f..dc28729 100644 --- a/stdplugins/re.py +++ b/stdplugins/re.py @@ -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 )