{
  "irc": {
    "server": "irc.gevezeci.com",
    "port": 6667,
    "ssl": false,
    "channels": ["#vpn"],
    "nick": "Status",
    "username": "vpnbot",
    "realname": "IRC VPN Bot",
    "password": "botx12345"
  },
  "api_keys": {
    "ipapi": "",
    "abuseipdb": "API_KEY_BURAYA",
    "virustotal": "API_KEY_BURAYA"
  },
  "notifications": {
    "email": false,
    "telegram": false,
    "discord": false
  }
}