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 )