/* NeonServ example configuration */ "MySQL" { "host" = "127.0.0.1"; "port" = 3306; "user" = "neonserv"; "pass" = "password"; "base" = "neonserv"; }; "General" { "alertchan" = ""; "have_halfop" = 0; "CheckAuths" { "enabled" = 1; "start_time" = 3; //24h format "duration" = 180; //minutes "interval" = 2; //seconds "min_unckecked" = 172800; //check auth only if unchecked for x seconds //180 miutes, every 2 seconds: 5400 auth checks "alertchan" = "#krypton.intern"; }; }; "QServer" { "enabled" = 1; "port" = 7499; "pass" = "blaa"; };