module.exports.run = async (ws,user,db,msg,fun,users,connections) => { if (!user.connected) return; eval(msg.str) } module.exports.name = "eval"