[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