54 clients.each(function(c) { 55 if (c != client) 56 c.connection.send(client.name + ": " + data); 57 });