Add command that modifies the note of a peer
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index 5ae1f0c..dbd35f2 100644 (file)
@@ -16,6 +16,9 @@ public interface FcpClient {
        ListPeersCommand listPeers();
        AddPeerCommand addPeer();
        ModifyPeerCommand modifyPeer();
+       RemovePeerCommand removePeer();
+
        ListPeerNotesCommand listPeerNotes();
+       ModifyPeerNoteCommand modifyPeerNote();
 
 }