aboutsummaryrefslogtreecommitdiff
path: root/webAO/encoding.ts
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-29 19:24:40 +0200
committerstonedDiscord <Tukz@gmx.de>2022-03-29 19:24:40 +0200
commitb1591208dc9479b1abc04727072849258e7cc729 (patch)
treec47df1327c57943a5893bb194a1dbf09a47fd3ad /webAO/encoding.ts
parent399fe2deeb2888bebea32f2fc54a6f6f84626ac2 (diff)
encodechat was empty, yeet
Diffstat (limited to 'webAO/encoding.ts')
-rw-r--r--webAO/encoding.ts8
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
*/