33 lines
766 B
JSON
33 lines
766 B
JSON
{
|
|
"irc": {
|
|
"server": "irc.supernets.org",
|
|
"port": 6697,
|
|
"ssl": "true",
|
|
"channels": [
|
|
"#5000"
|
|
],
|
|
"nickname": "fascinus",
|
|
"username": "fascinus",
|
|
"realname": "git.supernets.org/hgw/fascinus",
|
|
"autorejoin": "true",
|
|
"prefix": "$"
|
|
},
|
|
"floodprotect": {
|
|
"flood_protection": "false",
|
|
"flood_protection_delay": "0",
|
|
"command_listen_timeout": "2500"
|
|
},
|
|
"errorhandling": {
|
|
"error_logging": "true",
|
|
"error_channel": "#CHANNELTOSENDERRORSTO",
|
|
"error_channel_pass": ""
|
|
},
|
|
"colours": {
|
|
"warning": "08",
|
|
"error": "04",
|
|
"brackets": "15"
|
|
},
|
|
"misc": {
|
|
"logging": "true"
|
|
}
|
|
} |