diff options
author | Bryan Gilbert <gilbertw1@gmail.com> | 2016-03-12 18:12:43 -0500 |
---|---|---|
committer | Bryan Gilbert <gilbertw1@gmail.com> | 2016-03-12 18:21:27 -0500 |
commit | 362113186d0bb2859720c9b1ff80b7357aeba609 (patch) | |
tree | a348eeab21c8165341737b681a177f04c90171f4 /README.md | |
parent | b1770652b856407f76095e5a513631c340d5f072 (diff) | |
download | wee-slack-362113186d0bb2859720c9b1ff80b7357aeba609.tar.gz |
Added option to colorize messages the same color as the sending nick (defaults to off)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -44,7 +44,7 @@ In Development Dependencies ------------ - * WeeChat 1.3+ http://weechat.org/ + * WeeChat 1.3+ http://weechat.org/ * websocket-client https://pypi.python.org/pypi/websocket-client/ Setup @@ -101,7 +101,7 @@ If you don't want to store your API token in plaintext you can use the secure fe ``` ##### Optional: If you would like to connect to multiple groups, use the above command with multiple tokens separated by commas. (NO SPACES) - + ``` /set plugins.var.python.slack_extension.slack_api_token [token1],[token2],[token3] ``` @@ -170,6 +170,11 @@ Turn off colorized nicks: /set plugins.var.python.slack_extension.colorize_nicks 0 ``` +Turn on colorized messages (messages match nick color): +``` +/set plugins.var.python.slack_extension.colorize_nicks 1 +``` + Set channel prefix to something other than my-slack-subdomain.slack.com (e.g. when using buffers.pl): ``` /set plugins.var.python.slack_extension.server_alias.my-slack-subdomain "mysub" @@ -211,4 +216,4 @@ wee-slack is provided without any warranty whatsoever, but you are welcome to as - + |