Added browser-side command parser and /high command.
This commit is contained in:
parent
ff69762a1f
commit
77dc865022
4 changed files with 76 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue