Channel names in channelBlacklist and channelWhitelist must be lowercase. This was not made clear enough, now noted in the README.
This commit is contained in:
parent
b0f74a81e3
commit
f3cefdd2f4
|
|
@ -223,7 +223,7 @@ titles will be shown in all channels. Default value: `""`
|
|||
titles will be shown in all channels. Default value: `""`
|
||||
|
||||
### About white/black lists
|
||||
|
||||
- Channel names must be in lowercase
|
||||
- If `channelWhitelist` and `channelBlacklist` are empty, then titles will be displayed in every channel
|
||||
- If `channelBlacklist` has #foo, then titles will be displayed in every channel except #foo
|
||||
- If `channelWhitelist` has #foo then `channelBlacklist` will be ignored
|
||||
|
|
|
|||
Loading…
Reference in New Issue