Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@rschrieken
rschrieken / user-se-chat
Last active August 29, 2015 13:55
users pingable in chat
var i; for(i in users) { console.log(users[i].name);}
(function() { var i,all=''; for(i in users) { all = all + ' @'+users[i].name.replace(' ','');} console.log(all);})()