Sheogorath
5 years ago
No known key found for this signature in database
GPG Key ID: 1F05CC3635CDDFFD
1 changed files with
0 additions and
3 deletions
-
src/user.js
|
@ -13,9 +13,6 @@ function User(socket) { |
|
|
this.getNickname = function(nickname) { |
|
|
this.getNickname = function(nickname) { |
|
|
return this.nickname |
|
|
return this.nickname |
|
|
} |
|
|
} |
|
|
this.setPassword = function (password) { |
|
|
|
|
|
this.password = password |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
this.register = function(username, realname) { |
|
|
this.register = function(username, realname) { |
|
|
if (!this.authenticated) { |
|
|
if (!this.authenticated) { |
|
|