export default bot => { bot._cmd.set("PART", msg => { // part //delete this.server.user[msg.params[0]]; }); };