Allow editing of settings

This commit is contained in:
2017-06-24 02:10:04 +02:00
parent 3fcb1bc36e
commit 8d976488ee
4 changed files with 15 additions and 3 deletions

View File

@ -25,7 +25,7 @@ func main() {
count++
println(count, user.Nick)
user.SetNick(user.Nick)
user.ForceSetNick(user.Nick)
if user.Email != "" {
user.SetEmail(user.Email)