Refactored for SocketIO server.
This commit is contained in:
@@ -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: '~',
|
||||
|
||||
Reference in New Issue
Block a user