Refactored for SocketIO server.

This commit is contained in:
ThePendulum
2023-11-13 22:56:46 +01:00
parent ffdfefa6d4
commit 39a27f501e
4 changed files with 249 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ module.exports = {
operators: ['admin'],
server: 'irc.libera.chat',
port: 6697,
socket: 'ws://127.0.0.1:3000/socket',
socket: 'ws://127.0.0.1:3000/socket/',
api: 'http://127.0.0.1:3000/api',
reconnectDelay: 10, // seconds
prefix: '~',