Removes some hrefs from logging (#34310)
* Removes key_name_admin calls from logging * Removes JMP from gibtonite reaction logs
This commit is contained in:
committed by
CitadelStationBot
parent
2b9b826a95
commit
ed6ec3d63a
@@ -20,7 +20,7 @@
|
||||
return
|
||||
|
||||
if(!isobserver(usr))
|
||||
log_game("[key_name_admin(usr)] checked the player panel while in game.")
|
||||
log_game("[key_name(usr)] checked the player panel while in game.")
|
||||
|
||||
if(!M)
|
||||
to_chat(usr, "You seem to be selecting a mob that doesn't exist anymore.")
|
||||
|
||||
@@ -1242,7 +1242,7 @@
|
||||
to_chat(usr, "<span class='danger'>Failed to apply ban.</span>")
|
||||
return
|
||||
ban_unban_log_save("[key_name(usr)] has permabanned [key_name(M)]. - Reason: [reason] - This is a permanent ban.")
|
||||
log_admin_private("[key_name(usr)] has banned [key_name_admin(M)].\nReason: [reason]\nThis is a permanent ban.")
|
||||
log_admin_private("[key_name(usr)] has banned [key_name(M)].\nReason: [reason]\nThis is a permanent ban.")
|
||||
var/msg = "<span class='adminnotice'>[key_name_admin(usr)] has banned [key_name_admin(M)].\nReason: [reason]\nThis is a permanent ban.</span>"
|
||||
message_admins(msg)
|
||||
var/datum/admin_help/AH = M.client ? M.client.current_ticket : null
|
||||
|
||||
Reference in New Issue
Block a user