1 package net.pterodactylus.fcp.quelaton;
4 * Command that modifies the note of a peer.
6 * @author <a href="mailto:bombe@freenetproject.org">David ‘Bombe’ Roden</a>
8 public interface ModifyPeerNoteCommand {
10 ModifyPeerNoteCommand darknetComment(String text);
12 Executable<Boolean> byName(String name);