forked from keinBot/cuffeo
test
This commit is contained in:
5
src/clients/irc/part.mjs
Normal file
5
src/clients/irc/part.mjs
Normal file
@@ -0,0 +1,5 @@
|
||||
export default client => {
|
||||
client._cmd.set("PART", function (msg) { // part
|
||||
//delete this.server.user[msg.params[0]];
|
||||
}.bind(client));
|
||||
};
|
||||
Reference in New Issue
Block a user