mirror of
https://github.com/Threnklyn/MinecraftChat.git
synced 2026-05-19 04:43:28 +02:00
better debug on connection and logins
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = function(socket) {
|
||||
port: socket.connectionParams.port,
|
||||
username: socket.connectionParams.username
|
||||
});
|
||||
console.log('logged in > ' + socket.connectionParams.hostname + ':' + socket.connectionParams.port + ' - ' + ' Username: ' + socket.mcbot.username);
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user