}
String sArg = sc.next();
if (sComm.equals("ah"))
readNumber(d, sArg);
else if (sComm.equals("an") && sLastComm.equals("mb")) {
d.annotateLastBid(sArg);
} else if (sComm.equals("pc"))
try {
readPlay(d, sArg);
} catch (DownloadFailedException dfe) {
// ignore played cards errors, as it's not the main functionality