Added basic browser-side chat pre-processor.

This commit is contained in:
rainbow napkin 2024-12-03 04:40:07 -05:00
parent 2dbf3b97d5
commit 8b52946925
3 changed files with 69 additions and 1 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/chatPreprocessor.js"></script>
<script src="/js/channel/chat.js"></script>
<script src="/js/channel/userlist.js"></script>
<script src="/js/channel/player.js"></script>