diff options
author | Tollef Fog Heen <tfheen@err.no> | 2016-11-29 05:55:33 +0100 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2016-11-29 05:55:33 +0100 |
commit | c5068817d48b02852630ca2e21a61316fe1a6f36 (patch) | |
tree | 56fa7575792240e50dd8f7c2516db5cd1b19e016 /README.md | |
parent | a04a0c89c86f9393d98643fff6066b1c1a234a54 (diff) | |
download | wee-slack-c5068817d48b02852630ca2e21a61316fe1a6f36.tar.gz |
Update docs slightly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -152,11 +152,17 @@ Set yourself away/back: /slack back ``` -Modify previous message *Note: this is not regex, just similar syntax*: +Modify previous message: ``` s/old text/new text/ ``` +Replace all instances of text in previous message: +``` +s/old text/new text/g +``` + + Delete previous message: ``` s/// |