Add example config file

This commit is contained in:
Darren VanBuren 2016-08-03 14:52:27 -07:00
parent 0529bcebc6
commit 68dd7b8a2c

24
config.json.example Normal file
View file

@ -0,0 +1,24 @@
{
"owners": ["onekopaka"],
"nickname": "rust-bot",
"nick_password": "password",
"alt_nicks": ["user_", "user__"],
"username": "rustbot",
"realname": "Test User",
"server": "buyvm.theoks.net",
"port": 6697,
"password": "",
"use_ssl": true,
"encoding": "UTF-8",
"channels": ["#r0b0tix", "#test"],
"channel_keys": {
"#fake": "password"
},
"umodes": "+RB",
"user_info": "rust-bot test instance",
"ping_time": 180,
"ping_timeout": 10,
"options": {
"wunderground_api_key": ""
}
}