mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-28 00:38:30 +02:00
Working error handler
This commit is contained in:
@@ -27,4 +27,8 @@ module.exports = function($scope, socket) {
|
||||
});
|
||||
});
|
||||
|
||||
$scope.disconnect = function() {
|
||||
socket.emit('bot:disconnect', true);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user