Added channel_keys to example config in README.md.

This commit is contained in:
Aaron Weiss 2016-07-05 16:22:31 -04:00
parent 5b8f320050
commit 1931f1391b
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -82,7 +82,10 @@ fail for obvious reasons). That being said, here's an example of a complete conf
"password": "",
"use_ssl": true,
"encoding": "UTF-8",
"channels": ["#rust", "#haskell"],
"channels": ["#rust", "#haskell", "#fake"],
"channel_keys": {
"#fake": "password"
},
"umodes": "+RB-x",
"user_info": "I'm a test user for the Rust IRC crate.",
"ping_time": 180,