From 8b52946925d3d291821b794ebf18e0f227b42cb0 Mon Sep 17 00:00:00 2001 From: rainbownapkin Date: Tue, 3 Dec 2024 04:40:07 -0500 Subject: [PATCH] Added basic browser-side chat pre-processor. --- src/views/channel.ejs | 1 + www/js/channel/chat.js | 4 +- www/js/channel/chatPreprocessor.js | 65 ++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 www/js/channel/chatPreprocessor.js diff --git a/src/views/channel.ejs b/src/views/channel.ejs index 496316a..fba0ca2 100644 --- a/src/views/channel.ejs +++ b/src/views/channel.ejs @@ -121,6 +121,7 @@ along with this program. If not, see .-->