aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2015-02-23 09:35:27 -0800
committerRyan Huber <rhuber@gmail.com>2015-02-23 09:35:27 -0800
commit761d0c653af2949d6af379c4627f71341f45fda8 (patch)
tree9b19ac1e5e0d7eac32cd10139b484fe593ac2b60 /README.md
parente181a50c39282a64d5b4d1cc726fd33c4790fb63 (diff)
downloadwee-slack-761d0c653af2949d6af379c4627f71341f45fda8.tar.gz
add message modifier info to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index e6fe5a6..47973f5 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,16 @@ Set yourself away/back:
/slack back
```
+Modify previous message *Note: this is not regex, just similar syntax*:
+```
+s/old text/new text/
+```
+
+Delete previous message:
+```
+s///
+```
+
Turn off colorized nicks:
```
/set plugins.var.python.slack_extension.colorize_nicks 0