diff --git a/src/user.js b/src/user.js index f59004d..d2400c6 100644 --- a/src/user.js +++ b/src/user.js @@ -13,9 +13,6 @@ function User(socket) { this.getNickname = function(nickname) { return this.nickname } - this.setPassword = function (password) { - this.password = password - } this.register = function(username, realname) { if (!this.authenticated) {