129130131132133134135136137138139
understood = adjustPart(args, false); } else if ("stopSession".equals(args[0])) { understood = true; sender.stopSession(); } sender.stopConnection(); } if (!understood) {