Skip to content

Commit

Permalink
ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty-Omaha committed Sep 10, 2019
1 parent 7e07355 commit d86f294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goon/code/datums/browserOutput.dm
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ var/list/chatResources = list(

//Uh oh this fucker has a history of playing on a banned account!!
if (found.len > 0)
AddBan(owner.ckey, owner.computer_id, "Ban evasion on account: [found["ckey"]]", "System", 0, 0)
AddBan(owner.ckey, owner.computer_id, "Ban evasion on account: [found["ckey"]]", "System", 0, 0, owner.address)
message_admins("[key_name(src.owner)] has a cookie from a banned account! (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"]])")

Expand Down

0 comments on commit d86f294

Please sign in to comment.