no encode here (#18445)

This commit is contained in:
Kashargul
2025-09-10 23:27:31 +02:00
committed by GitHub
parent 6858f95456
commit c2881dcadb
+2 -2
View File
@@ -92,7 +92,7 @@
if(!ircreplyamount) //to prevent people from spamming irc
return
if(!msg)
msg = tgui_input_text(src,"Message:", "Private message to Administrator", multiline = TRUE)
msg = tgui_input_text(src, "Message:", "Private message to Administrator", multiline = TRUE, encode = FALSE)
if(!msg)
return
@@ -113,7 +113,7 @@
//get message text, limit it's length.and clean/escape html
if(!msg)
msg = tgui_input_text(src,"Message:", "Private message to [key_name(recipient, 0, 0)]", multiline = TRUE)
msg = tgui_input_text(src, "Message:", "Private message to [key_name(recipient, 0, 0)]", multiline = TRUE, encode = FALSE)
if(!msg)
return