diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-01-08 17:27:17 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-01-08 17:27:17 +0100 |
| commit | 5e3cec9057d030390d6eb5882c2fa845ab630d85 (patch) | |
| tree | 927487699084de79fa1ab52922b441ee9cc766ea /webAO/packets | |
| parent | ebc03ad3dd88b1fb67d4bf2cc0b7aff1d78c156d (diff) | |
do showname encoding different
Diffstat (limited to 'webAO/packets')
| -rw-r--r-- | webAO/packets/handlers/handleMS.ts | 2 |
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]), |
