The everyone variables accesses 'everyone', yet not everyone can have the same name, thus this request makes no sense.
You could get the name for a specific client though, like so:
now.on('disconnect', function(client) {
});
Keep in mind that this variable can be changed at wish by the client and is not validated.