diff options
author | Tollef Fog Heen <tfheen@err.no> | 2017-07-28 21:21:53 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2017-07-28 21:21:53 +0200 |
commit | d1c08ec0999377adb3cf1f0f96e42591fd6e4ce8 (patch) | |
tree | c325a5b6b8d33d46b951d4530139238232b48d92 /README.md | |
parent | f366157054c5fa96a5874cdcc04ab9c9e002bd42 (diff) | |
download | wee-slack-d1c08ec0999377adb3cf1f0f96e42591fd6e4ce8.tar.gz |
Add support for editing other messages than just the last one
Similar syntax as for adding reactions:
3s/foo/bar/
Fixes: #153
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -156,6 +156,11 @@ Modify previous message: s/old text/new text/ ``` +Modify 3rd previous message: +``` +3s/old text/new text/ +``` + Replace all instances of text in previous message: ``` s/old text/new text/g |