Added eslit and circle.yml

This commit is contained in:
AlexKvazos
2015-04-30 14:01:19 -05:00
parent 7794cbf56d
commit 48eb590c32
18 changed files with 67 additions and 41 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ module.exports = function(socket) {
}
});
};
};
+1 -1
View File
@@ -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');
+1 -1
View File
@@ -17,4 +17,4 @@ module.exports = function(socket) {
});
};
};
+1 -1
View File
@@ -6,4 +6,4 @@ module.exports = function(socket) {
}
});
};
};