Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Ancient code published for archival purposes. May or may not work or be relevant.
- Feel free to do whatever you want with this, if anything.
- Archive from 2017-10-07 - contents may be older. */
- var myname = "myname here"
- MPP.chat.send('Clock is now active!')
- updateName = function (name) { MPP.client.sendArray([{ m: "userset", set:{name: name }}]) }; Date.prototype.time = function() { return this.toLocaleTimeString() }; wut=setInterval(function() { updateName(myname +' ' + new Date().time()) }, 2100);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement