rust-irc/src/client/data/client_config.yaml
2019-12-18 21:06:04 +01:00

16 lines
No EOL
200 B
YAML

---
owners:
- test
nickname: test
username: test
realname: test
server: irc.test.net
port: 6667
password: ""
use_ssl: false
encoding: UTF-8
channels:
- "#test"
- "#test2"
umodes: +BR
options: {}