This commit is contained in:
Flummi 2018-05-14 20:37:08 +02:00
parent d0faeca3b5
commit 409fda7fe9

View File

@ -1,5 +1,5 @@
export default client => {
client._cmd.set("JOIN", function (msg) { // join
//this.send(`WHO ${msg.params[0]}`);
this.send(`WHO ${msg.params[0]}`);
}.bind(client));
};