aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2016-06-17 07:37:30 -0700
committerGitHub <noreply@github.com>2016-06-17 07:37:30 -0700
commitba14f18befe03a9469940a94876d4f616421f56b (patch)
treebdb197d7d0e9111cfd7d149721ab2bbc443be703 /README.md
parentbcf5bfbc7a7ea12d301390fb7999efa6669dad36 (diff)
parent743045006aefed037c58baa66d54e1a6e596cc9a (diff)
downloadwee-slack-ba14f18befe03a9469940a94876d4f616421f56b.tar.gz
Merge pull request #176 from trygveaa/feature/show-reaction-nicks
Show nicks for each reaction
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 19 insertions, 14 deletions
diff --git a/README.md b/README.md
index 31c6d9b..472ca20 100644
--- a/README.md
+++ b/README.md
@@ -167,38 +167,43 @@ Add a reaction to the nth last message. The number can be omitted and defaults t
3+:smile:
```
-Turn off colorized nicks:
+Set all read markers to a specific time:
```
-/set plugins.var.python.slack_extension.colorize_nicks 0
+/slack setallreadmarkers (time in epoch)
```
-Turn on colorized messages (messages match nick color):
+Upload a file to the current slack buffer:
```
-/set plugins.var.python.slack_extension.colorize_nicks 1
+/slack upload [file_path]
```
-Set channel prefix to something other than my-slack-subdomain.slack.com (e.g. when using buffers.pl):
+Debug mode:
```
-/set plugins.var.python.slack_extension.server_alias.my-slack-subdomain "mysub"
+/slack debug
```
-Set all read markers to a specific time:
+Optional settings
+-----------------
+
+Turn off colorized nicks:
```
-/slack setallreadmarkers (time in epoch)
+/set plugins.var.python.slack_extension.colorize_nicks 0
```
-Upload a file to the current slack buffer:
+Turn on colorized messages (messages match nick color):
```
-/slack upload [file_path]
+/set plugins.var.python.slack_extension.colorize_nicks 1
```
-Debug mode:
+Set channel prefix to something other than my-slack-subdomain.slack.com (e.g. when using buffers.pl):
```
-/slack debug
+/set plugins.var.python.slack_extension.server_alias.my-slack-subdomain "mysub"
```
-Optional settings
-----------------
+Show who added each reaction. Makes reactions appear like `[:smile:(@nick1,@nick2)]` instead of `[:smile:2]`.
+```
+/set plugins.var.python.slack_extension.show_reaction_nicks on
+```
Show typing notification in main bar (slack_typing_notice):
```