1
0
forked from keinBot/cuffeo
Files
scuffeo/src/clients/irc/part.mjs
Flummi 7c8a83fa3c test
2018-09-07 19:22:47 +02:00

6 lines
146 B
JavaScript

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