From 77dc86502264d3e033ab2b431a04f7101e058baa Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Sun, 8 Dec 2024 08:18:30 -0500 Subject: [PATCH] Added browser-side command parser and /high command. --- src/views/channel.ejs | 1 + www/js/channel/chat.js | 7 ++- www/js/channel/chatPreprocessor.js | 8 ++-- www/js/channel/commandPreprocessor.js | 66 +++++++++++++++++++++++++++ 4 files changed, 76 insertions(+), 6 deletions(-) create mode 100644 www/js/channel/commandPreprocessor.js diff --git a/src/views/channel.ejs b/src/views/channel.ejs index f8a5762..cac60d7 100644 --- a/src/views/channel.ejs +++ b/src/views/channel.ejs @@ -121,6 +121,7 @@ along with this program. If not, see .-->