109110111112113114115116117118119
{ if("CVR".equals(cmd.getType())) { Command usr = new Command("USR"); usr.addParam("TWN"); usr.addParam("I"); // I for initiate usr.addParam(protocol.getUsername()); sendToServer(usr, "processAuthentication"); return; } }
110111112113114115116117118119120
if("CVR".equals(cmd.getType())) { Command usr = new Command("USR"); usr.addParam("TWN"); usr.addParam("I"); // I for initiate usr.addParam(protocol.getUsername()); sendToServer(usr, "processAuthentication"); return; } } shutdown();