mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
[MIRROR] no encode here (#11606)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
22b9e8550e
commit
b9cac30f1b
@@ -91,7 +91,7 @@
|
|||||||
if(!ircreplyamount) //to prevent people from spamming irc
|
if(!ircreplyamount) //to prevent people from spamming irc
|
||||||
return
|
return
|
||||||
if(!msg)
|
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)
|
if(!msg)
|
||||||
return
|
return
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
|
|
||||||
//get message text, limit it's length.and clean/escape html
|
//get message text, limit it's length.and clean/escape html
|
||||||
if(!msg)
|
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)
|
if(!msg)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user