From afc96c89d93d41a0a73639a045ef3e7e423a0935 Mon Sep 17 00:00:00 2001 From: Dan Elkouby Date: Sat, 25 Aug 2018 11:51:50 +0300 Subject: [PATCH] =?UTF-8?q?s/[[sed]]/=E3=80=8Csed=E3=80=8D/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stdplugins/sed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdplugins/sed.py b/stdplugins/sed.py index 02422ef..04f7320 100644 --- a/stdplugins/sed.py +++ b/stdplugins/sed.py @@ -5,7 +5,7 @@ import regex from telethon import events, utils from telethon.tl import types, functions -HEADER = "[[sed]]\n" +HEADER = "「sed」\n" KNOWN_RE_BOTS = re.compile( r'(regex|moku|BananaButler_|rgx|l4mR)bot', flags=re.IGNORECASE