Add method to modify peer note by node identifier
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / ModifyPeerNoteCommand.java
index 713c8eb..690671f 100644 (file)
@@ -10,5 +10,6 @@ public interface ModifyPeerNoteCommand {
        ModifyPeerNoteCommand darknetComment(String text);
 
        Executable<Boolean> byName(String name);
+       Executable<Boolean> byIdentifier(String identifier);
 
 }