diff options
author | Ryan Huber <rhuber@gmail.com> | 2015-02-23 09:35:27 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2015-02-23 09:35:27 -0800 |
commit | 761d0c653af2949d6af379c4627f71341f45fda8 (patch) | |
tree | 9b19ac1e5e0d7eac32cd10139b484fe593ac2b60 | |
parent | e181a50c39282a64d5b4d1cc726fd33c4790fb63 (diff) | |
download | wee-slack-761d0c653af2949d6af379c4627f71341f45fda8.tar.gz |
add message modifier info to README
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |