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