125126127128129130131132133
mServer.send(new User(mName, mRealName)); changeNick(mNick); } catch (CoreException e) { throw new LogonErrorException(this, e); } } }