From 761d0c653af2949d6af379c4627f71341f45fda8 Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Mon, 23 Feb 2015 09:35:27 -0800 Subject: add message modifier info to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') 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 -- cgit