558559560561562563564565566567568
{ mServer.send(new Nick(mAltNick)); } else if (nick.equals(mAltNick)) { throw new AllNicksInUseException(this); } else { mServer.send(new Nick(mNick)); }