smnmpp-server/protocol/-custom.js

8 lines
160 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;
user.sub.custom = false
}
module.exports.name = "-custom"