/client/proc/alt_check() set category = "Admin" set name = "Alt Account Checker" var/dat = {"Just to be sure you should try to also look up computer IDs/IPs on the server logs for a second opinion.
Additionally make an attempt to introduce new players to the server
"} if(dbcon.IsConnected()) for(var/client/C in GLOB.clients) dat += "

[C.ckey] (Player Age: [C.player_age]) - [C.computer_id] / [C.address]
" if(C.related_accounts_cid.len) dat += "--Accounts associated with CID: " dat += "[jointext(C.related_accounts_cid, " - ")]
" if(C.related_accounts_ip.len) dat += "--Accounts associated with IP: " dat += "[jointext(C.related_accounts_ip, " - ")] " usr << browse(dat, "window=alt_panel;size=640x480") return