diff options
author | Ryan Huber <rhuber@gmail.com> | 2016-06-17 07:37:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-17 07:37:30 -0700 |
commit | ba14f18befe03a9469940a94876d4f616421f56b (patch) | |
tree | bdb197d7d0e9111cfd7d149721ab2bbc443be703 /README.md | |
parent | bcf5bfbc7a7ea12d301390fb7999efa6669dad36 (diff) | |
parent | 743045006aefed037c58baa66d54e1a6e596cc9a (diff) | |
download | wee-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.md | 33 |
1 files changed, 19 insertions, 14 deletions
@@ -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): ``` |