Sex update

This commit is contained in:
SillyLossy
2023-03-31 15:58:40 +03:00
parent 94abd80bb2
commit a81056d7e3

View File

@ -787,6 +787,10 @@ function messageFormating(mes, ch_name, isSystem, forceAvatar) {
mes = mes.replace(/{.*}/g, "");
mes = mes.replace(/\n/g, "<br/>");
mes = mes.trim();
mes = mes.replace(/<code>[\s\S]*?<\/code>/g, function(match) {
return match.replace(/&amp;/g, '&');
});
}
if (forceAvatar) {