62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"irc": {
|
|
"server": "irc.supernets.org",
|
|
"port": 6697,
|
|
"ssl": "true",
|
|
"channels": [
|
|
"#5000"
|
|
],
|
|
"nickname": "mercury",
|
|
"username": "mercury",
|
|
"realname": "git.supernets.org/hgw/mercury",
|
|
"autorejoin": "true",
|
|
"prefix": "m!"
|
|
},
|
|
"floodprotect": {
|
|
"flood_protection": "false",
|
|
"flood_protection_delay": "0",
|
|
"command_listen_timeout": "2500"
|
|
},
|
|
"errorhandling": {
|
|
"error_logging": "true",
|
|
"error_channel": "#CHANNELTOSENDERRORSTO",
|
|
"error_channel_pass": ""
|
|
},
|
|
"colours": {
|
|
"date": "11",
|
|
"brackets": "15",
|
|
"title": "08",
|
|
"author": "08",
|
|
"body": "00",
|
|
"link": "02",
|
|
"help_logo": "07",
|
|
"help_motd": "08",
|
|
"warning": "08",
|
|
"error": "04"
|
|
},
|
|
"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",
|
|
"timezone": "Pacific/Auckland",
|
|
"default_amount": "5"
|
|
},
|
|
"twitter": {
|
|
"nitter_instances": [
|
|
"nitter.poast.org",
|
|
"nitter.privacydev.net"
|
|
],
|
|
"default_amount": "5"
|
|
},
|
|
"misc": {
|
|
"display_help_logo": "true",
|
|
"logging": "true"
|
|
},
|
|
"motd": {
|
|
"enable": "true",
|
|
"list": [
|
|
"COLD HARD CHATS"
|
|
],
|
|
"version": "git-master"
|
|
}
|
|
} |