List bots with active downloads last.
[xudocci.git] / src / main / java / net / pterodactylus / xdcc / ui / stdin / SearchCommand.java
index 9619f11..fb76f1f 100644 (file)
@@ -82,7 +82,7 @@ public class SearchCommand implements Command {
                                        }
                                }
                                if (found) {
-                                       lastResult.add(new Result(bot, pack));
+                                       lastResult.add(new Result(core, bot, pack));
                                }
                        }
                }