Add auto_join* option description to readme

When auto_join and auto_join_exclude were added their description was
added to the docs, but not to the README file. Copy paste that for
everyone to see.
This commit is contained in:
Artem Savkov 2018-08-26 20:30:18 +02:00
parent 3e7c694bf9
commit ba47eed85a
1 changed files with 10 additions and 0 deletions

10
README
View File

@ -174,6 +174,16 @@ This section describes options available through "account set" bitlbee command
Controls whether bitlbee-discord would display an url to emoji image next
to it's text alias.
- auto_join (type: boolean; default: off)
Automatically join all of the server's channels so you don't have to add
them manually (no "chat add" needed).
- auto_join_exclude (type: string; default: "")
Comma-separated list of channel patterns to exclude when auto-joining
channels. * matches any text, ? matches a single character. For instance,
"Foo.*,Bar.A" will exclude all channels from server "Foo" and channel "A"
from server "Bar".
Debugging
---------
You can enable extra debug output for bitlbee-discord, by setting BITLBEE_DEBUG