fascinus/config/example.config.json

33 lines
766 B
JSON
Raw Normal View History

2023-10-02 02:14:37 +00:00
{
"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",
2023-10-03 00:19:38 +00:00
"brackets": "15"
},
"misc": {
"logging": "true"
2023-10-02 02:14:37 +00:00
}
}