aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2015-02-20 12:36:54 -0800
committerRyan Huber <rhuber@gmail.com>2015-02-20 12:36:54 -0800
commitc27acb3b432cfb6fc30b10871b378c044ab24b3c (patch)
treeb790beaafed45a21a7623818c09ecc20af426d63 /README.md
parentf04f94c81c2664b61ae755e6567ac60c82393910 (diff)
downloadwee-slack-c27acb3b432cfb6fc30b10871b378c044ab24b3c.tar.gz
regex style message editing
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4153f75..2309a67 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,10 @@ A WeeChat native client for Slack.com. Provides supplemental features only avail
Features
--------
- * **New** Caches message history, making startup MUCH faster
- * **New** Smarter redraw of dynamic buffer info (much lower CPU %)
- * **New** beta UTF-8 support
+ * **New** regex style message editing (s/oldtext/newtext/)
+ * Caches message history, making startup MUCH faster
+ * Smarter redraw of dynamic buffer info (much lower CPU %)
+ * beta UTF-8 support
* Doesn't use IRC gateway. Connects directly with Slack via API/Websocket
* Multiple Teams supported! Just add multiple api tokens separated by commas
* Replays history automatically during startup. (and sets read marker to the correct position in history)