Skip to content

Instantly share code, notes, and snippets.

View Arm1stice's full-sized avatar
:shipit:

Wyatt Calandro Arm1stice

:shipit:
View GitHub Profile
javascript:masstip = 5; socket.emit("chat", {message: "/me is masstipping " + masstip + " doges! Users: " + users[currentRoom][1] + ' ' + users[currentRoom][2] + ' ' + users[currentRoom][3] + ' ' + users[currentRoom][4] + ' and ' + users[currentRoom][5] + '!', room:currentRoom, color: color});for(var i=0;i<5;i++){socket.emit("tip",{user:users[currentRoom][i],room:currentRoom,tip:masstip,message:"Mass tip from "+username});}