diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2017-07-12 17:44:07 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2017-07-12 17:49:45 +0200 |
commit | c7d43f82bf577cbc7a6d8de0cb7d77365a06886d (patch) | |
tree | 72ee33556a32f8240a7cb293cf88b6c0f5a80439 /README.md | |
parent | 7f9c0d70bab290ddaa5af593fe7bf6bf8fbce155 (diff) | |
download | wee-slack-c7d43f82bf577cbc7a6d8de0cb7d77365a06886d.tar.gz |
Remove documentation for colorize_nicks
This option was removed in 925278f, in favor of using weechat's color
handling. I.e. you now set this with weechat's core options instead of a
specific option for this script.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -225,16 +225,6 @@ Example: Optional settings ----------------- -Turn off colorized nicks: -``` -/set plugins.var.python.slack.colorize_nicks 0 -``` - -Turn on colorized messages (messages match nick color): -``` -/set plugins.var.python.slack.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.server_aliases "my-slack-subdomain:mysub,other-domain:coolbeans" |