Added browser-side command parser and /high command.

This commit is contained in:
rainbow napkin 2024-12-08 08:18:30 -05:00
parent ff69762a1f
commit 77dc865022
4 changed files with 76 additions and 6 deletions

View file

@ -121,6 +121,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.-->
<footer>
<%- include('partial/scripts', {user}); %>
<script src="/lib/socket.io/socket.io.min.js"></script>
<script src="/js/channel/commandPreprocessor.js"></script>
<script src="/js/channel/chatPreprocessor.js"></script>
<script src="/js/channel/chat.js"></script>
<script src="/js/channel/userlist.js"></script>