diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2016-03-11 22:46:11 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2016-04-22 16:45:00 +0200 |
commit | 08e2436434ee331a07ff5248f69ed793b659d129 (patch) | |
tree | 91c54d9f5096621c26186563cb272a0df118d75e /README.md | |
parent | 46384b6782f0b73318f764bf02f24cdbcdd059c9 (diff) | |
download | wee-slack-08e2436434ee331a07ff5248f69ed793b659d129.tar.gz |
Move config options to optional settings in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -165,39 +165,39 @@ 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 typing notification in main bar (slack_typing_notice): ``` /set weechat.bar.status.items [buffer_count],[buffer_plugin],buffer_number+:+buffer_name+{buffer_nicklist_count}+buffer_filter,[hotlist],completion,scroll,slack_typing_notice |