Add uptime command
[xudocci.git] / src / main / java / net / pterodactylus / xdcc / ui / stdin / CommandReader.java
index 2d0a352..66447b0 100644 (file)
@@ -93,6 +93,7 @@ public class CommandReader extends AbstractExecutionThreadService {
                commandBuilder.add(new FailedDownloadsCommand(failedDownloads));
                commandBuilder.add(new RestartCommand(core, failedDownloads));
                commandBuilder.add(new ResearchCommand(core));
+               commandBuilder.add(new UptimeCommand(core));
                commands = commandBuilder.build();
        }