mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-06-01 02:38:29 +02:00
Added eslit and circle.yml
This commit is contained in:
@@ -3,7 +3,7 @@ var events = require('../../bot');
|
||||
|
||||
module.exports = function(socket) {
|
||||
|
||||
socket.on('server:connect', function(data, response) {
|
||||
socket.on('server:connect', function(data) {
|
||||
|
||||
if (socket.mcbot) {
|
||||
socket.emit('buffer:error', 'Pleae disconnect before connecting again');
|
||||
|
||||
Reference in New Issue
Block a user