track new users from presence

This commit is contained in:
hydrabolt
2016-02-12 21:39:34 +00:00
parent abde946864
commit 60587c8d74
3 changed files with 15 additions and 7 deletions

View File

@@ -83,6 +83,6 @@ client.on("debug", msg => console.log("[debug]", msg));
client.login(process.env["ds_email"], process.env["ds_password"]).catch(console.log);
client.on("presence", (old, news) => console.log(`PRESENCE TEST ${old.username} $$ ${news.username}`))
var chan1, chan2;
var msg1, msg2;