new irpgurl

This commit is contained in:
Flummi
2018-08-17 13:48:11 +00:00
parent e5eeb0f998
commit b85b227260
2 changed files with 2 additions and 2 deletions

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));
};