mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
Adds detecting newly made byond accounts (#16269)
* Adds age checking for byond accounts. * WIP. moved to regex. * Actually works now. * local vars * Changes to use sql. * Fixes * Removes unused var
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
///////////////
|
||||
var/ambience_playing= null
|
||||
var/played = 0
|
||||
|
||||
////////////
|
||||
//SECURITY//
|
||||
////////////
|
||||
|
||||
@@ -185,6 +185,8 @@ var/next_external_rsc = 0
|
||||
else if (isnum(player_age) && player_age < config.notify_new_player_age)
|
||||
message_admins("New user: [key_name_admin(src)] just connected with an age of [player_age] day[(player_age==1?"":"s")]")
|
||||
|
||||
findJoinDate()
|
||||
|
||||
sync_client_with_db()
|
||||
|
||||
send_resources()
|
||||
|
||||
Reference in New Issue
Block a user