Small fixes

This commit is contained in:
hydrabolt
2015-10-29 18:25:45 +00:00
parent 944ad23b22
commit a505506b5b
3 changed files with 1 additions and 5 deletions

View File

@@ -1232,8 +1232,6 @@ class Client extends EventEmitter {
case "READY":
var fs = require("fs"); fs.writeFileSync("c:/users/amish/desktop/crapatack.json", JSON.stringify(data));
self.debug("received ready packet");
self.user = self.addUser(data.user);