Add command to subscribe to USK updates
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / DefaultFcpClient.java
index fe7300d..255549c 100644 (file)
@@ -134,5 +134,10 @@ public class DefaultFcpClient implements FcpClient {
                return new GetPluginInfoCommandImpl(threadPool, this::connect);
        }
 
+       @Override
+       public SubscribeUskCommand subscribeUsk() {
+               return new SubscribeUskCommandImpl(threadPool, this::connect);
+       }
+
 }