diff options
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): ``` |