aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-01-08 17:27:17 +0100
committerstonedDiscord <Tukz@gmx.de>2023-01-08 17:27:17 +0100
commit5e3cec9057d030390d6eb5882c2fa845ab630d85 (patch)
tree927487699084de79fa1ab52922b441ee9cc766ea /webAO
parentebc03ad3dd88b1fb67d4bf2cc0b7aff1d78c156d (diff)
do showname encoding different
Diffstat (limited to 'webAO')
-rw-r--r--webAO/packets/handlers/handleMS.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleMS.ts b/webAO/packets/handlers/handleMS.ts
index 92d65db..de681a4 100644
--- a/webAO/packets/handlers/handleMS.ts
+++ b/webAO/packets/handlers/handleMS.ts
@@ -78,7 +78,7 @@ export const handleMS = (args: string[]) => {
if (extrafeatures.includes("cccc_ic_support")) {
const extra_cccc = {
- showname: safeTags(args[16]),
+ showname: prepChat(args[16]),
other_charid: Number(args[17]),
other_name: safeTags(args[18]),
other_emote: safeTags(args[19]),