mercury/config/example.default.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2023-10-01 22:11:23 -04:00
{
"irc": {
"server": "irc.supernets.org",
"port": 6697,
"ssl": "true",
"channels": [
"#5000"
],
"nickname": "mercury",
"username": "mercury",
2023-10-01 22:11:24 -04:00
"realname": "git.supernets.org/hogwart7/mercury",
"autorejoin": "true",
"floodprotection": "false",
2023-10-01 22:11:25 -04:00
"floodprotectiondelay": "0",
"prefix": "m!"
2023-10-01 22:11:24 -04:00
},
2023-10-01 22:11:25 -04:00
"colours": {
"date": "11",
2023-10-01 22:11:25 -04:00
"brackets": "15",
2023-10-01 22:11:25 -04:00
"title": "08",
"author": "08",
"body": "00",
"link": "02",
"help_logo": "07",
2023-10-01 22:11:25 -04:00
"warning": "08",
"error": "05"
},
2023-10-01 22:11:24 -04:00
"feed": {
"useragent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 13.4; rv:109.0) Gecko/20100101 Firefox/114.0",
"body_max_chars": "200",
"time_format": "DD MMM YYYY HH:mm:ss ZZ",
2023-10-01 22:11:25 -04:00
"timezone": "Pacific/Auckland",
"default_amount": "5"
2023-10-01 22:11:24 -04:00
},
"twitter": {
"nitter_instances": [
"nitter.1d4.us",
"nitter.it",
"nitter.pufe.org"
2023-10-01 22:11:25 -04:00
],
"default_amount": "5"
},
"misc": {
2023-10-01 22:11:26 -04:00
"display_help_logo": "true",
"logging": "true"
2023-10-01 22:11:23 -04:00
}
}