diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-29 19:24:40 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-29 19:24:40 +0200 |
| commit | b1591208dc9479b1abc04727072849258e7cc729 (patch) | |
| tree | c47df1327c57943a5893bb194a1dbf09a47fd3ad /webAO/encoding.ts | |
| parent | 399fe2deeb2888bebea32f2fc54a6f6f84626ac2 (diff) | |
encodechat was empty, yeet
Diffstat (limited to 'webAO/encoding.ts')
| -rw-r--r-- | webAO/encoding.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/webAO/encoding.ts b/webAO/encoding.ts index 1018144..54770d0 100644 --- a/webAO/encoding.ts +++ b/webAO/encoding.ts @@ -38,14 +38,6 @@ export function safeTags(unsafe: string): string { } /** - * Encode text on client side. - * @param {string} estring the string to be encoded - */ -export function encodeChat(estring: string): string { - return estring; -} - -/** * Decodes text on client side. * @param {string} estring the string to be decoded */ |
