mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Better Admin name for the notes.
This commit is contained in:
@@ -385,7 +385,7 @@ var/next_external_rsc = 0
|
||||
return TRUE
|
||||
|
||||
/client/proc/note_randomizer_user()
|
||||
var/const/adminckey = "CID RANDOMIZER DETECTOR"
|
||||
var/const/adminckey = "CID-Error"
|
||||
var/sql_ckey = sanitizeSQL(ckey)
|
||||
//check to see if we noted them in the last day.
|
||||
var/DBQuery/query_get_notes = dbcon.NewQuery("SELECT id FROM [format_table_name("notes")] WHERE ckey = '[sql_ckey]' AND adminckey = '[adminckey]' AND timestamp + INTERVAL 1 DAY < NOW()")
|
||||
|
||||
Reference in New Issue
Block a user