mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
tgchat day zero changes (#23872)
* tgchat day zero changes * Update code/game/verbs/ooc.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
return
|
||||
if(IsAdminAdvancedProcCall() && !sanitise_html)
|
||||
// *sigh*
|
||||
to_chat(usr, "<span class='boldannounce'>Unsanitized note add blocked: Advanced ProcCall detected.</span>")
|
||||
to_chat(usr, "<span class='boldannounceooc'>Unsanitized note add blocked: Advanced ProcCall detected.</span>")
|
||||
message_admins("[key_name(usr)] attempted to possibly inject HTML into notes via advanced proc-call")
|
||||
log_admin("[key_name(usr)] attempted to possibly inject HTML into notes via advanced proc-call")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user