Add example config file
This commit is contained in:
parent
0529bcebc6
commit
68dd7b8a2c
1 changed files with 24 additions and 0 deletions
24
config.json.example
Normal file
24
config.json.example
Normal 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": ""
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue