mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-31 02:08:28 +02:00
Removed spawn event emitter
This commit is contained in:
@@ -6,10 +6,6 @@ module.exports = function($scope, socket) {
|
||||
|
||||
$scope.chat = '';
|
||||
|
||||
socket.on('bot:spawn', function() {
|
||||
socket.emit('chat', { message: 'Connected via MinecraftChat - https://chat.alexkvazos.com' });
|
||||
});
|
||||
|
||||
$scope.send = function() {
|
||||
if ($scope.chat.trim().length > 0) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user