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