b17870cbddb4e55e386c86e7ef5a5b3dda72b681
[ADD] Add possibility to edit and delete last messages.
Syntax is sed-like: "!s/find/replace/"
Examples:
`!s/mistake/corrected` to correct misspelled word
`!s//sorry I meant something completely different` to correct the whole message
`!s//` to delete message and revoke it from peer
Any regular expressions that fits python re. library also supported
XMPP <-> Telegram Gateway ========================= This is Telegram to Jabber (XMPP) transport written in Python 3 using Telethon and SleekXMPP libraries. For installation info please read file INSTALL. This software licensed under Apache 2.0 licence (see LICENSE file).
Description
Languages
Python
100%