20 lines
596 B
JSON
20 lines
596 B
JSON
{
|
|
"server": "irc.rizon.net",
|
|
"port": 6697,
|
|
"nick": "DuckHunt",
|
|
"channels": ["#computertech"],
|
|
"ssl": true,
|
|
"sasl": {
|
|
"enabled": true,
|
|
"username": "duckhunt",
|
|
"password": "duckhunt//789//"
|
|
},
|
|
"password": "",
|
|
"admins": ["peorth", "computertech"],
|
|
"duck_spawn_min": 1800,
|
|
"duck_spawn_max": 5400,
|
|
"duck_timeout_min": 45,
|
|
"duck_timeout_max": 75,
|
|
"_comment": "Run with: python3 simple_duckhunt.py | Admins config-only | Private admin: /msg DuckHuntBot restart|quit|launch | Duck timeout: random between min-max seconds"
|
|
}
|