fascinus/config/example.config.json

40 lines
947 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",
"enable_flood_commands": "true"
},
"errorhandling": {
"error_logging": "true",
"error_channel": "#CHANNELTOSENDERRORSTO",
"error_channel_pass": ""
},
"colours": {
"warning": "08",
"error": "04",
"brackets": "15"
},
"misc": {
"logging": "true"
},
"phish": {
"default_height": "6",
"default_width": "10",
"max_height": "100",
"max_width": "100"
}
}