mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Add [s] to pencode. (#25001)
This commit is contained in:
@@ -468,6 +468,8 @@
|
||||
text = replacetext(text, "\[/i\]", "</I>")
|
||||
text = replacetext(text, "\[u\]", "<U>")
|
||||
text = replacetext(text, "\[/u\]", "</U>")
|
||||
text = replacetext(text, "\[s\]", "<S>")
|
||||
text = replacetext(text, "\[/s\]", "</S>")
|
||||
if(findtext(text, "\[signfont\]") || findtext(text, "\[/signfont\]")) // Make sure the text is there before giving off an error
|
||||
if(check_rights(R_EVENT))
|
||||
text = replacetext(text, "\[signfont\]", "<font face=\"[signfont]\"><i>")
|
||||
|
||||
Reference in New Issue
Block a user