smnmpp-server/protocol/t.js

7 lines
195 B
JavaScript
Raw Normal View History

2023-09-13 03:38:54 +02:00
module.exports.run = async (ws,user,db,msg,fun,users,connections) => {
if (!user.connected) return
ws.last = Date.now()
ws.sendData({m: "t", t: Date.now(), e: msg.e})
}
module.exports.name = "t"