Add command that removes a peer from the node by name
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index 5ae1f0c..c2333da 100644 (file)
@@ -16,6 +16,8 @@ public interface FcpClient {
        ListPeersCommand listPeers();
        AddPeerCommand addPeer();
        ModifyPeerCommand modifyPeer();
+       RemovePeerCommand removePeer();
+
        ListPeerNotesCommand listPeerNotes();
 
 }