Makes the banned account cookie alert more noticeable (#14984)

This commit is contained in:
Farie82
2020-11-25 15:40:51 +00:00
committed by GitHub
parent 40c4476ec1
commit 0d53f4a964
+1 -1
View File
@@ -190,7 +190,7 @@ var/list/chatResources = list(
//Add autoban using the DB_ban_record function
//Uh oh this fucker has a history of playing on a banned account!!
if (found.len > 0)
message_admins("[key_name(src.owner)] has a cookie from a banned account! (Matched: [found["ckey"]], [found["ip"]], [found["compid"]])")
message_admins("[key_name(src.owner)] <span class='boldannounce'>has a cookie from a banned account!</span> (Matched: [found["ckey"]], [found["ip"]], [found["compid"]])")
log_admin("[key_name(src.owner)] has a cookie from a banned account! (Matched: [found["ckey"]], [found["ip"]], [found["compid"]])")
cookieSent = 1