super(new String[] {"forcestart"}, "Force Starting");
return("forcestart (<torrentoptions>)\t\tStart torrent ignoring other limits/rules.");
try { dm.setForceStart(true); } catch (Exception e) { e.printStackTrace(ci.out); return false; } return true;