Add method to ignore source for a peer
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / ModifyPeerCommand.java
index ef00205..104401f 100644 (file)
@@ -18,6 +18,8 @@ public interface ModifyPeerCommand {
        ModifyPeerCommand setBurstOnly();
        ModifyPeerCommand clearBurstOnly();
        ModifyPeerCommand setListenOnly();
+       ModifyPeerCommand clearListenOnly();
+       ModifyPeerCommand ignoreSource();
 
        Executable<Optional<Peer>> byName(String name);
        Executable<Optional<Peer>> byIdentity(String nodeIdentity);