mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-18 20:33:28 +02:00
Added eslit and circle.yml
This commit is contained in:
@@ -6,4 +6,4 @@ module.exports = function(socket) {
|
||||
}
|
||||
});
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -17,4 +17,4 @@ module.exports = function(socket) {
|
||||
});
|
||||
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
@@ -6,4 +6,4 @@ module.exports = function(socket) {
|
||||
}
|
||||
});
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user