protected boolean performCommand(ConsoleInput ci, DownloadManager dm, List args) {
TOTorrent torrent = dm.getTorrent();
if (torrent != null) {
try {
TRHost host = ci.azureus_core.getTrackerHost();
TRHostTorrent existing = host.getHostTorrent( torrent );
if ( existing == null ){
ci.azureus_core.getTrackerHost().hostTorrent(torrent,true, false);