aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2017-07-12 17:44:07 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2017-07-12 17:49:45 +0200
commitc7d43f82bf577cbc7a6d8de0cb7d77365a06886d (patch)
tree72ee33556a32f8240a7cb293cf88b6c0f5a80439 /README.md
parent7f9c0d70bab290ddaa5af593fe7bf6bf8fbce155 (diff)
downloadwee-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.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index b162d14..4b670fa 100644
--- a/README.md
+++ b/README.md
@@ -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"